diff options
| author | Jaromil <[email protected]> | 2008-10-05 15:11:52 (GMT) |
|---|---|---|
| committer | Jaromil <[email protected]> | 2008-10-05 15:11:52 (GMT) |
| commit | d58f9438b198fb67b383db74e80ee244cc0ecf7f (patch) | |
| tree | b3ff3a863ececeeab7f5fc9dd1b6515625103e76 /cmdline.cpp | |
| parent | 463a79aeeaf61bf774b5c216d4716b778af12b88 (diff) | |
fixes to build system to compile with gcc 4.3
Diffstat (limited to 'cmdline.cpp')
| -rw-r--r-- | cmdline.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmdline.cpp b/cmdline.cpp index e1698ac..71b8939 100644 --- a/cmdline.cpp +++ b/cmdline.cpp @@ -363,13 +363,13 @@ int main(int argc, char** argv) perror ("Couldn't install SIGINT handler"); exit(0); } // if playing, load the recording - if(operation == PLAY) + if(operation == PLAY) { if( ! tbt.load( filename ) ) { error("no entries found in file %s",filename); exit(1); } else len = tbt.buffer->len(); - + } if(console) { // initialize the s-lang console |

