From 04699fbd4560aa9667edd17e28508f0c8675c7bc Mon Sep 17 00:00:00 2001 From: bostic Date: Sun, 21 Nov 1993 16:27:28 +0000 Subject: [PATCH] typo --- common/exf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/exf.c b/common/exf.c index d6d82b91..a064259f 100644 --- a/common/exf.c +++ b/common/exf.c @@ -6,7 +6,7 @@ */ #ifndef lint -static char sccsid[] = "$Id: exf.c,v 8.50 1993/11/21 16:08:51 bostic Exp $ (Berkeley) $Date: 1993/11/21 16:08:51 $"; +static char sccsid[] = "$Id: exf.c,v 8.51 1993/11/21 16:27:28 bostic Exp $ (Berkeley) $Date: 1993/11/21 16:27:28 $"; #endif /* not lint */ #include @@ -73,7 +73,7 @@ file_add(sp, frp_append, name, ignore) * name. */ #define TEMPORARY_FILE_STRING "/tmp" - if (name != NULL && strcmp(name, "TEMPORARY_FILE_STRING")) { + if (name != NULL && strcmp(name, TEMPORARY_FILE_STRING)) { if ((frp->name = strdup(name)) == NULL) { FREE(frp, sizeof(FREF)); mem: msgq(sp, M_SYSERR, NULL); -- 2.11.4.GIT