summaryrefslogtreecommitdiffstats
path: root/audio/kmpg/files/patch-ah
blob: dd29a98075d10af708a7e4cb77dbe722463b0815 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- lib/kmpglib/lib/id/tag.cpp.orig	Sun Jan 23 17:04:33 2000
+++ lib/kmpglib/lib/id/tag.cpp	Sun Jan 23 17:04:54 2000
@@ -86,7 +86,7 @@
   }
   
   if (fseek(file, -128, SEEK_END) < 0) {
-    close(file);
+    fclose(file);
     perror("fseek");
     initTagVars();
     return(0);
OpenPOWER on IntegriCloud