[BACK]Return to gplt_x11.c CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / gnuplot

Diff for /OpenXM_contrib/gnuplot/Attic/gplt_x11.c between version 1.1.1.2 and 1.1.1.3

version 1.1.1.2, 2000/01/22 14:16:03 version 1.1.1.3, 2003/09/15 07:09:27
Line 1360  gnuplot: X11 aborted.\n", ldisplay);
Line 1360  gnuplot: X11 aborted.\n", ldisplay);
         strcpy(buffer, "DECW$USER_DEFAULTS:DECW$XDEFAULTS.DAT");          strcpy(buffer, "DECW$USER_DEFAULTS:DECW$XDEFAULTS.DAT");
 #else  #else
         strcpy(buffer, home);          strcpy(buffer, home);
         strcat(buffer, ".Xdefaults");          strcat(buffer, "/.Xdefaults");
 #endif  #endif
         dbDef = XrmGetFileDatabase(buffer);          dbDef = XrmGetFileDatabase(buffer);
     }      }

Legend:
Removed from v.1.1.1.2  
changed lines
  Added in v.1.1.1.3

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>