Changeset 139 in dev for BasicCompiler_Common/BasicCompiler.cpp
- Timestamp:
- Jun 12, 2007, 6:13:49 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler_Common/BasicCompiler.cpp
r97 r139 163 163 int i,i2,i3,i4; 164 164 char temporary[MAX_PATH]; 165 166 // '/'→'\' 167 for( i=0;path[i];i++ ){ 168 if( path[i] == '/' ){ 169 path[i]='\\'; 170 } 171 } 165 172 166 173 if(strstr(path,":")||strstr(path,"\\\\")) return;
Note:
See TracChangeset
for help on using the changeset viewer.