- Timestamp:
- Sep 19, 2014, 4:05:27 PM (12 years ago)
- Location:
- branches/eam_branches/ps2-tc3-20130727
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ps2-tc3-20130727
- Property svn:mergeinfo changed
-
branches/eam_branches/ps2-tc3-20130727/Ohana
- Property svn:mergeinfo changed
-
branches/eam_branches/ps2-tc3-20130727/Ohana/src/dvomerge/src/dvorepairFixCPT.c
r29938 r37403 120 120 } 121 121 122 measure = FtableToMeasure (&cpmFtable, &Nmeasure, &catformat);122 measure = FtableToMeasure (&cpmFtable, NULL, &Nmeasure, &catformat); 123 123 myAssert(measure, "failed to convert ftable to measure data"); 124 124 … … 127 127 128 128 // convert internal to external format 129 if (!MeasureToFtable (&cpmFtable, measure, Nmeasure, catformat)) {129 if (!MeasureToFtable (&cpmFtable, NULL, measure, Nmeasure, catformat)) { 130 130 myAbort("trouble converting format"); 131 131 }
Note:
See TracChangeset
for help on using the changeset viewer.
