mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
d88cedc838
PR: 3411 Submitted by: Joel Sutton <sutton@aardvark.apana.org.au>
20 lines
499 B
Plaintext
20 lines
499 B
Plaintext
*** rt-config.c.orig Sun Apr 20 23:38:04 1997
|
|
--- rt-config.c Sun Apr 20 23:39:04 1997
|
|
***************
|
|
*** 32,38 ****
|
|
int enable_xcolpf1;
|
|
|
|
static char *rtconfig_filename1 = "atari800.cfg";
|
|
! static char *rtconfig_filename2 = "/etc/atari800.cfg";
|
|
|
|
int RtConfigLoad (char *rtconfig_filename)
|
|
{
|
|
--- 32,38 ----
|
|
int enable_xcolpf1;
|
|
|
|
static char *rtconfig_filename1 = "atari800.cfg";
|
|
! static char *rtconfig_filename2 = ATARI_CONFIG ;
|
|
|
|
int RtConfigLoad (char *rtconfig_filename)
|
|
{
|