diff src/util.c @ 1945:ee1adc242b11

[gaim-migrate @ 1955] believe it or not, this actually fixes gaimrc.c for gtk2. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 01 Jun 2001 23:22:38 +0000
parents 5bed3bc833b5
children 4e93ea84f7dd
line wrap: on
line diff
--- a/src/util.c	Fri Jun 01 23:17:09 2001 +0000
+++ b/src/util.c	Fri Jun 01 23:22:38 2001 +0000
@@ -547,7 +547,7 @@
 	return cnt;
 }
 
-char *escape_text2(char *msg)
+char *escape_text2(const char *msg)
 {
 	char *c, *cpy;
 	char *woo;