diff libgaim/protocols/qq/send_file.c @ 14804:dfd272ab67e7

[gaim-migrate @ 17569] Let qq compile on Solaris. Patch thanks to Torrey McMahon (tmcmahon2) and Taso N. Devetzis (devetzis). committer: Tailor Script <tailor@pidgin.im>
author Mark Huetsch <markhuetsch>
date Mon, 23 Oct 2006 20:21:54 +0000
parents a169177ffa4e
children c8195687d217
line wrap: on
line diff
--- a/libgaim/protocols/qq/send_file.c	Mon Oct 23 19:43:45 2006 +0000
+++ b/libgaim/protocols/qq/send_file.c	Mon Oct 23 20:21:54 2006 +0000
@@ -204,8 +204,8 @@
 	info = (ft_info *) xfer->data;
 
 	qq_xfer_close_file(xfer);
-	if (info->dest_fp != NULL) {
-		fclose(info->dest_fp);
+	if (info->u.dest_fp != NULL) {
+		fclose(info->u.dest_fp);
 		gaim_debug(GAIM_DEBUG_INFO, "QQ", "file closed\n");
 	}
 	if (info->major_fd != 0) {