summaryrefslogtreecommitdiffstats
path: root/mail/sigrot/files/patch-ab
blob: e15d986364d05aeea7e155b7beec9a15a31e705e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- sigrot.c.orig	Sat Apr  1 17:17:32 2000
+++ sigrot.c	Sat Apr  1 17:18:06 2000
@@ -167,9 +167,10 @@
   inFile=fopen(Next,"r");
   if (inFile==NULL)
     next=1;
-  else
+  else {
     fscanf(inFile,"%d",&next);
-  fclose(inFile);
+    fclose(inFile);
+  }
   return next;
 }
 
OpenPOWER on IntegriCloud