11 lines
310 B
Diff
11 lines
310 B
Diff
--- abcmidi/store.c.sprintf 2006-06-10 14:00:57.000000000 +0200
|
|
+++ abcmidi/store.c 2006-06-10 14:01:34.000000000 +0200
|
|
@@ -1222,7 +1222,7 @@
|
|
|
|
if(strcmp(command,"gracedivider") == 0) {
|
|
int b;
|
|
- char msg[40];
|
|
+ char msg[200];
|
|
skipspace(&p);
|
|
b = -1;
|
|
b = readnump(&p);
|