ayttm-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Ayttm-commits] CVS: ayttm/src chat_window.c,1.42,1.43


From: Philip S Tellis <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/src chat_window.c,1.42,1.43
Date: Thu, 30 Jan 2003 01:51:05 -0500

Update of /cvsroot/ayttm/ayttm/src
In directory subversions:/tmp/cvs-serv17291/src

Modified Files:
        chat_window.c 
Log Message:
var name typo

Index: chat_window.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/chat_window.c,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- chat_window.c       30 Jan 2003 05:27:49 -0000      1.42
+++ chat_window.c       30 Jan 2003 06:51:00 -0000      1.43
@@ -480,7 +480,7 @@
        if(RUN_SERVICE(data->local_user)->get_smileys)
                temp_message = eb_smilify(strdup(text), 
RUN_SERVICE(data->local_user)->get_smileys());
        else
-               temp_message = g_strdup(message);
+               temp_message = g_strdup(text);
        link_message = linkify(temp_message);
        g_free(temp_message);
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]