=================================================================== RCS file: /home/cvs/OpenXM_contrib/gnuplot/Attic/gplt_x11.c,v retrieving revision 1.1.1.2 retrieving revision 1.1.1.3 diff -u -p -r1.1.1.2 -r1.1.1.3 --- OpenXM_contrib/gnuplot/Attic/gplt_x11.c 2000/01/22 14:16:03 1.1.1.2 +++ OpenXM_contrib/gnuplot/Attic/gplt_x11.c 2003/09/15 07:09:27 1.1.1.3 @@ -1,5 +1,5 @@ #ifndef lint -static char *RCSid = "$Id: gplt_x11.c,v 1.1.1.2 2000/01/22 14:16:03 maekawa Exp $"; +static char *RCSid = "$Id: gplt_x11.c,v 1.1.1.3 2003/09/15 07:09:27 ohara Exp $"; #endif /* GNUPLOT - gplt_x11.c */ @@ -1360,7 +1360,7 @@ gnuplot: X11 aborted.\n", ldisplay); strcpy(buffer, "DECW$USER_DEFAULTS:DECW$XDEFAULTS.DAT"); #else strcpy(buffer, home); - strcat(buffer, ".Xdefaults"); + strcat(buffer, "/.Xdefaults"); #endif dbDef = XrmGetFileDatabase(buffer); }