Take errInit out of dbLoad

This commit is contained in:
Marty Kraimer
1995-03-08 13:45:36 +00:00
parent 333c985399
commit 4cc62a1fce

View File

@@ -1389,7 +1389,6 @@ int dbLoad(char * pfilename)
long status;
FILE *fp;
errInit();
fp = fopen(pfilename,"r");
if(!fp) {
errMessage(-1,"dbLoad: Error opening file");