Some small fixes.
This commit is contained in:
@@ -395,7 +395,9 @@ pc_init(int argc, char *argv[])
|
|||||||
{
|
{
|
||||||
char path[2048], path2[2048];
|
char path[2048], path2[2048];
|
||||||
char *cfg = NULL, *p;
|
char *cfg = NULL, *p;
|
||||||
|
#ifdef __APPLE__
|
||||||
char mac_rom_path[2048];
|
char mac_rom_path[2048];
|
||||||
|
#endif
|
||||||
char temp[128];
|
char temp[128];
|
||||||
struct tm *info;
|
struct tm *info;
|
||||||
time_t now;
|
time_t now;
|
||||||
|
@@ -74,7 +74,7 @@ dynld_module(const char *name, dllimp_t *table)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* All good. */
|
/* All good. */
|
||||||
pclog("loaded %s\n", name);
|
dynld_log("loaded %s\n", name);
|
||||||
return((void *)h);
|
return((void *)h);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user