Changeset 40119 in vbox for trunk/src/VBox/Devices/Network
- Timestamp:
- Feb 14, 2012 6:56:01 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/libalias/alias_nbt.c
r39101 r40119 342 342 343 343 u_char *s; 344 #ifdef LIBALIAS_DEBUG 344 345 u_char c; 346 #endif 345 347 int compress; 346 348 … … 374 376 while (s < p) { 375 377 if (compress == 1) { 378 #ifdef LIBALIAS_DEBUG 376 379 c = (u_char) (((((*s & 0x0f) << 4) | (*(s + 1) & 0x0f)) - 0x11)); 377 #ifdef LIBALIAS_DEBUG378 380 if (isprint(c)) 379 381 printf("%c", c);
Note:
See TracChangeset
for help on using the changeset viewer.