Changeset 144 for trunk/orca/qt/qorca.cpp
- Timestamp:
- 05/11/06 14:23:03 (3 years ago)
- Files:
-
- 1 modified
-
trunk/orca/qt/qorca.cpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/orca/qt/qorca.cpp
r138 r144 689 689 if( orErrorThrown->error.msg == qEnv.atom_exec_exit ) 690 690 { 691 or ResultCopy(*(orErrorThrown + 1) );691 orCopyV( orTOS, *(orErrorThrown + 1) ); 692 692 orErrorClear; 693 693 return qEnv.atom_exec_exit; … … 695 695 else if( orErrorThrown->error.msg == qEnv.atom_close ) 696 696 { 697 or ResultCopy(*(orErrorThrown + 1) );697 orCopyV( orTOS, *(orErrorThrown + 1) ); 698 698 orErrorClear; 699 699 return qEnv.atom_close; … … 1272 1272 { 1273 1273 printf( "** qoInitEnv Error: " ); 1274 orPrintNative( or RESULT);1274 orPrintNative( orTOS ); 1275 1275 } 1276 1276
