summaryrefslogtreecommitdiffstats
path: root/net-im/gaim-openq/files/patch-src-send_file.h
blob: 961316f49502d10a4e1493414a7add56ff735528 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/send_file.h.orig    Thu Aug 18 18:49:04 2005
+++ src/send_file.h Thu Aug 18 17:55:56 2005
@@ -40,7 +40,7 @@
    union {
        FILE *dest_fp;
        guint8 *buffer;
-   };
+   } un;
    gboolean use_major;
 } ft_info;