Some small fixes.

This commit is contained in:
OBattler
2021-11-19 19:07:11 +01:00
parent 01de33f9ac
commit a42f9eefc0
2 changed files with 3 additions and 1 deletions

View File

@@ -395,7 +395,9 @@ pc_init(int argc, char *argv[])
{
char path[2048], path2[2048];
char *cfg = NULL, *p;
#ifdef __APPLE__
char mac_rom_path[2048];
#endif
char temp[128];
struct tm *info;
time_t now;

View File

@@ -74,7 +74,7 @@ dynld_module(const char *name, dllimp_t *table)
}
/* All good. */
pclog("loaded %s\n", name);
dynld_log("loaded %s\n", name);
return((void *)h);
}