Changeset 37 for trunk/orca/win32
- Timestamp:
- 02/09/06 15:37:17 (3 years ago)
- Files:
-
- 1 modified
-
trunk/orca/win32/os.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/orca/win32/os.c
r1 r37 198 198 199 199 str = orSTRING( a1 ); 200 or CTermStr( str );200 orTermCStr( str ); 201 201 cp = orStrChars( str, a1 ); 202 202 … … 295 295 296 296 str = orSTRING( a1 ); 297 or CTermStr( str );297 orTermCStr( str ); 298 298 cp = orStrChars( str, a1 ); 299 299
