Changeset 144 for trunk/orca/gl/main.c
- Timestamp:
- 05/11/06 14:23:03 (3 years ago)
- Files:
-
- 1 modified
-
trunk/orca/gl/main.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/orca/gl/main.c
r61 r144 56 56 { 57 57 OIndex strN; 58 OValue* tos; 58 59 60 tos = orTOS; 59 61 strN = orMakeCString( argv[1], -1 ); 60 orResultFILE( strN ); 62 orSetTF(tos, OT_FILE ); 63 orSetSeries(tos, strN, 0 ); 61 64 62 orDoNative( orRESULT);65 orDoNative( tos ); 63 66 if( orErrorThrown ) 64 67 { … … 123 126 { 124 127 OValue* val; 125 val = or RESULT;128 val = orTOS; 126 129 if( (val->type != OT_UNSET) && 127 130 (val->type != OT_OBJECT) &&
