revert back to using f* for file io. I hope this fixes the catapult, but I wouldn't be suprised if it doesn't.

This commit is contained in:
Bill Currie 2000-05-23 22:43:36 +00:00
parent 02eaf75b18
commit e98edd5f5f
15 changed files with 113 additions and 115 deletions

View file

@ -70,8 +70,8 @@ void COM_CheckRegistered (void)
if (h) {
static_registered = 1;
Qread (h, check, sizeof(check));
Qclose (h);
fread (check, 1, sizeof(check), h);
fclose (h);
}
if (static_registered) {