# HG changeset patch # User jcdutton # Date 1030597140 0 # Node ID 96707bfb63d70bb410b06971dc552f05d9d0dcc5 # Parent e106f51eb8f5610e513b415f4c80265687b37173 Fix bug whereby libdvdnav would totally fail if run with #define TRACE enabled. diff -r e106f51eb8f5 -r 96707bfb63d7 decoder.c --- a/decoder.c Thu Aug 29 04:45:54 2002 +0000 +++ b/decoder.c Thu Aug 29 04:59:00 2002 +0000 @@ -587,7 +587,7 @@ fprintf(MSG_OUT, "libdvdnav: --------------------------------------------\n"); fprintf(MSG_OUT, "libdvdnav: Single stepping commands\n"); #endif - + i = 0; while(i < num_commands && total < 100000) { int32_t line;