]> diplodocus.org Git - nmh/blobdiff - sbr/folder_read.c
Rearranged check for whether to skip param value checks so
[nmh] / sbr / folder_read.c
index 5b9f73f138f300314e1c243b0ec4de7b1dbf9642..1e95a92b76010333116ff6fd8aa8f480b59c72c7 100644 (file)
@@ -99,7 +99,7 @@ folder_read (char *name, int lockflag)
 
                default: 
                    /* skip any files beginning with backup prefix */
 
                default: 
                    /* skip any files beginning with backup prefix */
-                   if (HasPrefix(dp->d_name, BACKUP_PREFIX))
+                   if (has_prefix(dp->d_name, BACKUP_PREFIX))
                        continue;
 
                    /* skip the LINK file */
                        continue;
 
                    /* skip the LINK file */