Changeset 8362 in orxonox.OLD for trunk/src/lib/network/converter.cc
- Timestamp:
- Jun 14, 2006, 10:08:41 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/network/converter.cc
r7954 r8362 23 23 #include "converter.h" 24 24 #include "shell_command.h" 25 25 #include "debug.h" 26 26 #include <limits> 27 27 … … 489 489 { 490 490 PRINTF(1)("something went wrong length > remaining bytes in buffer\n" ); 491 491 492 492 //TODO remove this 493 493 for ( int i = -1000; i < 1001; i++ ) … … 499 499 } 500 500 printf("\n"); 501 501 502 502 s = ""; 503 503 return -1;
Note: See TracChangeset
for help on using the changeset viewer.