comparison src/dumpblocks.c @ 59:7d5c637aaafb

General cleanup and code fixes. Use autoscan to cleanup our autoconf system. Use autoconf to detect when we need to use our XGetopt files and other header files. Decode BCC field. Fix missing LE32_CPU byte swapping for FILETIME types.
author Carl Byington <carl@five-ten-sg.com>
date Thu, 14 Feb 2008 14:55:32 -0800
parents 034641c26ab9
children 3cb02cb1e6cd
comparison
equal deleted inserted replaced
58:a8b772313ff4 59:7d5c637aaafb
35 DEBUG_INIT("dumpblocks.log"); 35 DEBUG_INIT("dumpblocks.log");
36 DEBUG_REGISTER_CLOSE(); 36 DEBUG_REGISTER_CLOSE();
37 DEBUG_ENT("main"); 37 DEBUG_ENT("main");
38 38
39 printf("Opening file %s\n",file); 39 printf("Opening file %s\n",file);
40 if (pst_open(&pstfile, file, "r")) { 40 if (pst_open(&pstfile, file)) {
41 printf("Failed to open file %s\n", file); 41 printf("Failed to open file %s\n", file);
42 exit(1); 42 exit(1);
43 } 43 }
44 44
45 printf("Reading Indexes\n"); 45 printf("Reading Indexes\n");