summaryrefslogtreecommitdiff
path: root/devel/id-utils/patches/patch-aa
blob: 80da240d802cace048f3ef1526ad7fa9b8f2962e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- src/lid.c.orig	Sun Aug  1 02:08:35 1999
+++ src/lid.c	Sun Aug  1 02:09:38 1999
@@ -563,7 +563,10 @@
       maybe_relative_file_name (file_name, *flinkv++, cw_dlink);
       gid_FILE = fopen (file_name, "r");
       if (gid_FILE == 0)
-	error (0, errno, "can't open `%s'", file_name);
+        {
+	  error (0, errno, "can't open `%s'", file_name);
+	  continue;
+        }
 
       line_number = 0;
       while (fgets (&line[1], sizeof (line), gid_FILE))