- Cleanup spec file with spec-cleaner OBS-URL: https://build.opensuse.org/request/show/290630 OBS-URL: https://build.opensuse.org/package/show/Archiving/zoo?expand=0&rev=11
14 lines
399 B
Diff
14 lines
399 B
Diff
Index: bilf.c
|
|
===================================================================
|
|
--- bilf.c.orig
|
|
+++ bilf.c
|
|
@@ -99,7 +99,7 @@ char *outname, *inname;
|
|
while ((count = fread (buffer, 1, sizeof (buffer), infile)) > 0)
|
|
count = fwrite (buffer, 1, count, outfile);
|
|
|
|
- close (infile); close (outfile);
|
|
+ fclose (infile); fclose (outfile);
|
|
if (count == -1)
|
|
return (-1);
|
|
else
|