Changeset 465 in dev for trunk/ab5.0/abdev/BasicCompiler_Common/StrOperation.cpp
- Timestamp:
- Mar 24, 2008, 8:05:20 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/BasicCompiler_Common/StrOperation.cpp
r402 r465 883 883 if( calcNames[idCalc] == NULL ) 884 884 { 885 SetError();885 compiler.errorMessenger.OutputFatalError(); 886 886 } 887 887 lstrcpy( name, calcNames[idCalc] ); … … 901 901 } 902 902 } 903 SetError();903 compiler.errorMessenger.OutputFatalError(); 904 904 return 0; 905 905 }
Note:
See TracChangeset
for help on using the changeset viewer.