123456789101112 |
- $Id: update-patches 24 2008-08-31 14:56:13Z wbx $
- --- tmsnc-0.3.2.orig/src/core_misc.c 2006-10-17 13:09:56.000000000 +0200
- +++ tmsnc-0.3.2/src/core_misc.c 2009-06-02 01:16:59.000000000 +0200
- @@ -246,7 +246,7 @@ MSN_free_contact(contact)
- * require a (FILE *) pointer
- */
- int
- -getline(str, size, sd)
- +getline2(str, size, sd)
- char *str;
- int size;
- int sd;
|