Changeset 3794

Show
Ignore:
Timestamp:
2008-11-17 15:35:56 (2 months ago)
Author:
conrad
Message:

oggz-chop: explicitly set state->end when parsing cgi parameter t,
no matter what the default value was -- this is correct and more robust.
Thanks Ralph for reviewing.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • liboggz/trunk/src/tools/oggz-chop/cgi.c

    r3789 r3794  
    2929      *sep++ = '\0'; 
    3030      state->end = parse_timespec (sep); 
     31    } else { 
     32      state->end = -1.0; 
    3133    } 
    3234    state->start = parse_timespec (val);