diff src/dialogs.c @ 7108:6faeeecab0dc

[gaim-migrate @ 7673] Put the rest of util.[ch] into namespaces and sectioned off the functions. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Wed, 01 Oct 2003 07:15:53 +0000
parents 9220c7490cd1
children bf630f7dfdcd
line wrap: on
line diff
--- a/src/dialogs.c	Wed Oct 01 06:17:28 2003 +0000
+++ b/src/dialogs.c	Wed Oct 01 07:15:53 2003 +0000
@@ -878,7 +878,7 @@
 
 	if ((user_info = gaim_account_get_user_info(account)) != NULL) {
 		buf = g_malloc(strlen(user_info) + 1);
-		strncpy_nohtml(buf, user_info, strlen(user_info) + 1);
+		gaim_strncpy_nohtml(buf, user_info, strlen(user_info) + 1);
 		buffer = gtk_text_view_get_buffer(GTK_TEXT_VIEW(b->text));
 		gtk_text_buffer_set_text(buffer, buf, -1);
 		g_free(buf);