From 4617eab09ea42b678c3d6d18c635a0dda3d6ed5a Mon Sep 17 00:00:00 2001 From: wens Date: Fri, 30 Jan 2009 06:17:12 +0000 Subject: Use functions from common library. Reorder extern.h git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4431 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- innbbsd/nocem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'innbbsd/nocem.c') diff --git a/innbbsd/nocem.c b/innbbsd/nocem.c index 52ac26d0..e8fb3a24 100644 --- a/innbbsd/nocem.c +++ b/innbbsd/nocem.c @@ -207,7 +207,7 @@ NCMupdate(char *issuer, char *type) char buff[LINELEN]; sprintf(buff, "%s/ncmperm.bbs", INNDHOME); - if (!isfile(buff)) + if (!dashf(buff)) { if ((fp = fopen(buff, "w")) == NULL) { -- cgit v1.2.3