Explorar o código

* can_stat() not canstat()

svn: 1006
Bryan Drewery %!s(int64=22) %!d(string=hai) anos
pai
achega
1ed5e9b32f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/main.c

+ 1 - 1
src/main.c

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