diff options
author | Chris Xiong <chirs241097@gmail.com> | 2016-01-10 23:03:50 +0800 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2016-01-10 23:03:50 +0800 |
commit | 541f06f62286d61524be67356a5272f4428b88a6 (patch) | |
tree | 6b0d0f6a2e4eb18b5f02420f3019d056fb9d521c /qmpchanneleditor.cpp | |
parent | 7fccb61519fe84b2ced274f1cc4859d5000e86c6 (diff) | |
download | QMidiPlayer-541f06f62286d61524be67356a5272f4428b88a6.tar.xz |
Lost Dream. (WTF)
Diffstat (limited to 'qmpchanneleditor.cpp')
-rw-r--r-- | qmpchanneleditor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qmpchanneleditor.cpp b/qmpchanneleditor.cpp index 95dedcc..ac1d8fe 100644 --- a/qmpchanneleditor.cpp +++ b/qmpchanneleditor.cpp @@ -17,7 +17,7 @@ qmpChannelEditor::~qmpChannelEditor() void qmpChannelEditor::setupWindow(int chid) { - char str[30];if(~chid)ch=chid; + char str[256];if(~chid)ch=chid; sprintf(str,"Channel Parameter Editor - Channel #%d",ch+1); setWindowTitle(str); CMidiPlayer* player=qmpMainWindow::getInstance()->getPlayer(); |