Changeset 2178 for libswish3/trunk/src/libswish3/config.c
- Timestamp:
- 09/26/08 23:59:57 (3 months ago)
- Files:
-
- libswish3/trunk/src/libswish3/config.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
libswish3/trunk/src/libswish3/config.c
r2141 r2178 155 155 if (SWISH_DEBUG & SWISH_DEBUG_MEMORY) { 156 156 SWISH_DEBUG_MSG("freeing config"); 157 SWISH_DEBUG_MSG("ptr addr: 0x%x %d", ( int)config, (int)config);157 SWISH_DEBUG_MSG("ptr addr: 0x%x %d", (long int)config, (long int)config); 158 158 swish_mem_debug(); 159 159 } … … 234 234 235 235 if (SWISH_DEBUG & SWISH_DEBUG_MEMORY) { 236 SWISH_DEBUG_MSG("config ptr 0x%x", ( int)config);236 SWISH_DEBUG_MSG("config ptr 0x%x", (long int)config); 237 237 } 238 238 … … 412 412 { 413 413 SWISH_DEBUG_MSG("config->ref_cnt = %d", config->ref_cnt); 414 SWISH_DEBUG_MSG("config->stash address = 0x%x %d", ( int)config->stash,415 ( int)config->stash);416 SWISH_DEBUG_MSG("ptr addr: 0x%x %d", ( int)config, (int)config);414 SWISH_DEBUG_MSG("config->stash address = 0x%x %d", (long int)config->stash, 415 (long int)config->stash); 416 SWISH_DEBUG_MSG("ptr addr: 0x%x %d", (long int)config, (long int)config); 417 417 418 418 xmlHashScan(config->misc, (xmlHashScanner)config_printer, "misc conf");
