Changeset 644 in dev for trunk/ab5.0/abdev/BasicCompiler_Common/StrOperation.cpp
- Timestamp:
- Jun 17, 2008, 9:33:18 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/BasicCompiler_Common/StrOperation.cpp
r632 r644 400 400 { 401 401 extern char *calcNames[256]; 402 char calcId = temporary[i+2];402 unsigned char calcId = temporary[i+2]; 403 403 if( calcNames[calcId] ) 404 404 {
Note:
See TracChangeset
for help on using the changeset viewer.