diff options
| author | Gene Stark <stark@FreeBSD.org> | 1998-04-18 13:37:24 +0000 |
|---|---|---|
| committer | Gene Stark <stark@FreeBSD.org> | 1998-04-18 13:37:24 +0000 |
| commit | c8e50f41fec761f27c98b46f99721e0425718bee (patch) | |
| tree | 4a7af1cc76829061185db5baf65eb9a019b265f5 | |
| parent | cab9e31601948f9bb67f547ae064f5bdb3e79b67 (diff) | |
Notes
| -rw-r--r-- | libexec/xtend/user.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libexec/xtend/user.c b/libexec/xtend/user.c index c9e9e6d6df11..6f898dfeb3be 100644 --- a/libexec/xtend/user.c +++ b/libexec/xtend/user.c @@ -31,7 +31,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$Id: user.c,v 1.7 1997/12/04 07:25:18 charnier Exp $"; #endif /* not lint */ #include <ctype.h> @@ -90,6 +90,7 @@ user_command() } } else if(!strcmp("dump\n", cmd)) { strcpy(dumppath, X10DIR); + strcat(dumppath, "/"); strcat(dumppath, X10DUMPNAME); if((dumpf = fopen(dumppath, "w")) != NULL) { for(h = 0; h < 16; h++) { |
