extension .db changed to .dbd

This commit is contained in:
Marty Kraimer
1996-06-24 13:28:08 +00:00
parent 0646d6795f
commit 459571b648
3 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -7,10 +7,10 @@ VX_WARN_YES = -Wall -pedantic
MENUS += menuConvert.h
BPTS += bptTypeJdegC.db
BPTS += bptTypeJdegF.db
BPTS += bptTypeKdegC.db
BPTS += bptTypeKdegF.db
BPTS += bptTypeJdegC.dbd
BPTS += bptTypeJdegF.dbd
BPTS += bptTypeKdegC.dbd
BPTS += bptTypeKdegF.dbd
SRCS.c = \
+1 -1
View File
@@ -118,7 +118,7 @@ int main(argc, argv)
fprintf(stderr,"Input file MUST have .data extension\n");
exit(-1);
}
strcpy(pext,".db");
strcpy(pext,".dbd");
inFile = fopen(argv[1],"r");
if(!inFile) {
fprintf(stderr,"Error opening %s\n",argv[1]);