Changeset 2703
- Timestamp:
- Feb 27, 2009, 2:44:39 PM (16 years ago)
- Location:
- code/branches/buildsystem3/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/buildsystem3/src/OrxonoxConfig.h.in
r2702 r2703 186 186 const char CP_SLASH('\\'); 187 187 #else 188 const char CP_SLASH('/') 188 const char CP_SLASH('/'); 189 189 #endif 190 190 } -
code/branches/buildsystem3/src/core/Core.cc
r2702 r2703 366 366 367 367 /* Ensure proper NUL termination */ 368 buf [ret] = 0;368 buffer[ret] = 0; 369 369 #endif 370 370
Note: See TracChangeset
for help on using the changeset viewer.