diff options
-rw-r--r-- | mail/sigrot/files/patch-ab | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/mail/sigrot/files/patch-ab b/mail/sigrot/files/patch-ab new file mode 100644 index 000000000000..e15d986364d0 --- /dev/null +++ b/mail/sigrot/files/patch-ab @@ -0,0 +1,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; + } + |