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/innbbsd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'innbbsd/innbbsd.c') diff --git a/innbbsd/innbbsd.c b/innbbsd/innbbsd.c index f43789d2..fc3625ad 100644 --- a/innbbsd/innbbsd.c +++ b/innbbsd/innbbsd.c @@ -85,7 +85,7 @@ void testandmkdir(dir) char *dir; { - if (!isdir(dir)) { + if (!dashd(dir)) { char path[MAXPATHLEN + 12]; sprintf(path, "mkdir -p %s", dir); system(path); -- cgit v1.2.3