changeset 7174:5d0db846c42d

[gaim-migrate @ 7742] shut up gcc committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Mon, 06 Oct 2003 04:20:13 +0000
parents 7c43dbbb198c
children 3a1b5a9b09c8
files src/gtkrequest.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/gtkrequest.c	Mon Oct 06 04:04:17 2003 +0000
+++ b/src/gtkrequest.c	Mon Oct 06 04:20:13 2003 +0000
@@ -71,7 +71,7 @@
 input_response_cb(GtkDialog *dialog, gint id, GaimGtkRequestData *data)
 {
 	const char *value;
-	char *multiline_value;
+	char *multiline_value = NULL;
 
 	if (data->u.input.multiline) {
 		GtkTextIter start_iter, end_iter;