Changeset 1020

Show
Ignore:
Timestamp:
01/22/09 01:12:38 (1 year ago)
Author:
astrange
Message:

Fix typo (broke vobsub idx import)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Subtitles/SubImport.mm

    r1019 r1020  
    992992                                unsigned int position; 
    993993                                sscanf([line UTF8String], "timestamp: %s filepos: %x", timeStr, &position); 
    994                                 long time = ParseSubTime(timeStr, 100, YES); 
     994                                long time = ParseSubTime(timeStr, 1000, YES); 
    995995                                free(timeStr); 
    996996                                if(position > subFileSize)