Mercurial > libdvdnav.hg
changeset 79:96707bfb63d7 src
Fix bug whereby libdvdnav would totally fail if run with #define TRACE enabled.
author | jcdutton |
---|---|
date | Thu, 29 Aug 2002 04:59:00 +0000 |
parents | e106f51eb8f5 |
children | aa2a6e5d14cb |
files | decoder.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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;