Browse Source

* can_stat() not canstat()

svn: 1006
Bryan Drewery 22 years ago
parent
commit
1ed5e9b32f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main.c

+ 1 - 1
src/main.c

@@ -523,7 +523,7 @@ static void startup_checks() {
    else if (!can_stat(cfile))
    else if (!can_stat(cfile))
      werr(ERR_NOCONF);
      werr(ERR_NOCONF);
   */
   */
-  else if (canstat(cfile) && fixmod(cfile))
+  else if (can_stat(cfile) && fixmod(cfile))
     werr(ERR_CONFMOD);
     werr(ERR_CONFMOD);
 
 
   if (!can_stat(tempdir)) {
   if (!can_stat(tempdir)) {