Changeset 144 for trunk/orca/qt/main.cpp
- Timestamp:
- 05/11/06 14:23:03 (3 years ago)
- Files:
-
- 1 modified
-
trunk/orca/qt/main.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/orca/qt/main.cpp
r108 r144 48 48 { 49 49 OIndex strN; 50 OValue* tos; 50 51 52 tos = orTOS; 51 53 strN = orMakeCString( argv[1], -1 ); 52 orResultFILE( strN ); 54 orSetTF(tos, OT_FILE ); 55 orSetSeries(tos, strN, 0 ); 53 56 54 orDoNative( orRESULT);57 orDoNative( tos ); 55 58 if( orErrorThrown ) 56 59 { … … 112 115 { 113 116 OValue* val; 114 val = or RESULT;117 val = orTOS; 115 118 if( (val->type != OT_UNSET) && 116 119 (val->type != OT_OBJECT) &&
