Big Mouth Billy Bass automation library
Diff: song.cpp
- Revision:
- 5:869b3711bdb3
- Parent:
- 4:f009306756b3
- Child:
- 6:ea8136eb6976
--- a/song.cpp Tue Jun 18 14:10:34 2013 +0000
+++ b/song.cpp Wed Jun 19 16:12:11 2013 +0000
@@ -100,7 +100,7 @@
}
// read actions from file
- static char textFileBuffer[ 2048 ];
+ static char textFileBuffer[ MAX_TEXT_FILE_LENGTH ];
memset(textFileBuffer, 0, sizeof(textFileBuffer));
int nread = fread(textFileBuffer, 1, sizeof(textFileBuffer), txtfile);
// fprintf(stderr, "Read %d bytes\r\n", nread);
Ned Konz