- Timestamp:
- Aug 15, 2011 4:33:44 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/vizservers/nanovis/ParticleSystemFactory.cpp
r2096 r2376 3 3 #include <vrutil/vrFilePath.h> 4 4 #include <stdio.h> 5 #include "Trace.h" 5 6 6 7 #ifdef _WIN32 … … 75 76 if (!stat) 76 77 { 77 // printf("Parse error at line %d\n", XML_GetCurrentLineNumber(parser));78 //TRACE("Parse error at line %d\n", XML_GetCurrentLineNumber(parser)); 78 79 break; 79 80 } … … 198 199 index = path.rfind('\\'); 199 200 if (index == -1) 200 printf("file not found\n");201 TRACE("file not found\n"); 201 202 } 202 203
Note: See TracChangeset
for help on using the changeset viewer.