Changeset 406 for branches/streaming-rework
- Timestamp:
- 02/19/07 16:25:37 (17 years ago)
- Files:
-
- branches/streaming-rework/config.h.in (modified) (1 diff)
- branches/streaming-rework/src/debugmodule/debugmodule.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/streaming-rework/config.h.in
r384 r406 84 84 #undef const 85 85 86 /* Define to `unsigned ' if <sys/types.h> does not define. */86 /* Define to `unsigned int' if <sys/types.h> does not define. */ 87 87 #undef size_t 88 88 branches/streaming-rework/src/debugmodule/debugmodule.cpp
r395 r406 101 101 102 102 // remove the path info from the filename 103 c har *f=(char *)file;104 c har *fname;103 const char *f = file; 104 const char *fname = file; 105 105 while((f=strstr(f, "/"))) { 106 106 f++; // move away from delimiter