summaryrefslogtreecommitdiff
blob: 83a93a6e6e7ffc896a313e5b2e290dacb980c3a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff -Nru xplore-1.2a.vanilla/ftype.c xplore-1.2a/ftype.c
--- xplore-1.2a.vanilla/ftype.c	2006-05-17 20:02:40.000000000 +0200
+++ xplore-1.2a/ftype.c	2006-05-17 20:05:05.000000000 +0200
@@ -297,9 +297,8 @@
 		    types[ntypes-1].magic[j]) ||
 	    nstrcmp(types[i].pattern[j],
 		    types[ntypes-1].pattern[j]))
-	  goto err;
+	  continue;
       return i;
-    err:
     }
   }
   return NONE;