comparison src/readpst.c @ 45:b961bcdadd0e

more fixes for 64 bit format
author carl
date Tue, 08 Jan 2008 16:33:23 -0800
parents f6db1f060a95
children b2a7f2e0926a
comparison
equal deleted inserted replaced
44:d4606d460daf 45:b961bcdadd0e
313 fname = argv[optind]; 313 fname = argv[optind];
314 } else { 314 } else {
315 usage(); 315 usage();
316 exit(2); 316 exit(2);
317 } 317 }
318
319 unicode_init();
320 318
321 #ifdef DEBUG_ALL 319 #ifdef DEBUG_ALL
322 // force a log file 320 // force a log file
323 if (!d_log) d_log = "readpst.log"; 321 if (!d_log) d_log = "readpst.log";
324 #endif // defined DEBUG_ALL 322 #endif // defined DEBUG_ALL