File kakasi-2.3.4-fclose.patch of Package kakasi
--- src/atoc-conv.c
+++ src/atoc-conv.c 2009/08/14 13:39:51
@@ -122,6 +122,7 @@
if (includekanji(f2) == 0) continue;
printf("%s %s\n", f1, f2);
}
+ fclose(fp);
}
int
--- src/rdic-conv.c
+++ src/rdic-conv.c 2009/08/14 13:40:09
@@ -79,6 +79,7 @@
if (includekanji(f3) == 0) continue;
printf("%s %s\n", f2, f3);
}
+ fclose(fp);
}
int
--- src/wx2-conv.c
+++ src/wx2-conv.c 2009/08/14 13:40:28
@@ -158,6 +158,7 @@
if (includekanji(f2) == 0) continue;
printf("%s %s\n", f1, f2);
}
+ fclose(fp);
}
int