diff libgaim/protocols/qq/send_file.h @ 14896:fe184dbde619

[gaim-migrate @ 17668] Eliminate this union, as suggested by elb and nosnilmot. committer: Tailor Script <tailor@pidgin.im>
author Mark Huetsch <markhuetsch>
date Sun, 05 Nov 2006 00:11:52 +0000
parents dfd272ab67e7
children c039c920e11c
line wrap: on
line diff
--- a/libgaim/protocols/qq/send_file.h	Sat Nov 04 22:00:22 2006 +0000
+++ b/libgaim/protocols/qq/send_file.h	Sun Nov 05 00:11:52 2006 +0000
@@ -37,10 +37,8 @@
 	int minor_fd;
 	int sender_fd;
 	int recv_fd;
-	union {
-		FILE *dest_fp;
-		guint8 *buffer;
-	} u;
+	FILE *dest_fp;
+	/* guint8 *buffer; */
 	gboolean use_major;
 } ft_info;