]> git.pld-linux.org Git - packages/gg.git/commitdiff
-
authortiwek <tiwek@pld-linux.org>
Mon, 3 Dec 2001 22:08:00 +0000 (22:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gg-writecontact.patch -> 1.1

gg-writecontact.patch [new file with mode: 0644]

diff --git a/gg-writecontact.patch b/gg-writecontact.patch
new file mode 100644 (file)
index 0000000..cff0074
--- /dev/null
@@ -0,0 +1,19 @@
+diff -Nur gg-0.2.0.orig/src/main.c gg-0.2.0/src/main.c
+--- gg-0.2.0.orig/src/main.c   Mon Dec  3 01:11:00 2001
++++ gg-0.2.0/src/main.c        Mon Dec  3 22:54:22 2001
+@@ -93,6 +93,7 @@
+                       (k->group) ? k->group : "", k->uin);
+               tmplist = tmplist->next;
+       }
++      fclose(fp);
+       return 1;
+ }
+@@ -195,6 +196,7 @@
+               add_kontakt_to_list(kontakt);
+               tmplist = tmplist->next;
+       }
++      fclose(fp);
+       g_free(line);
+ }
This page took 0.052407 seconds and 4 git commands to generate.