ayttm-commits
[Top][All Lists]
Advanced

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

[Ayttm-commits] CVS: ayttm/modules/msn2 msn.C,1.94,1.95


From: Colin Leroy <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/modules/msn2 msn.C,1.94,1.95
Date: Wed, 26 Mar 2003 16:55:51 -0500

Update of /cvsroot/ayttm/ayttm/modules/msn2
In directory subversions:/tmp/cvs-serv24276

Modified Files:
        msn.C 
Log Message:
search&replace tyop ;)


Index: msn.C
===================================================================
RCS file: /cvsroot/ayttm/ayttm/modules/msn2/msn.C,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -r1.94 -r1.95
--- msn.C       26 Mar 2003 16:18:50 -0000      1.94
+++ msn.C       26 Mar 2003 21:55:48 -0000      1.95
@@ -1057,7 +1057,7 @@
 void ext_filetrans_failed(invitation_ftp * inv, int err, char * msg)
 {
        char buf[1024];
-        snprintf(buf, sizeof(buf), "File transfer failed: %s\n\n(The file 
sender must have a public IP, and his firewall must allow TCP msnconnections to 
port 6891.)", msg);
+        snprintf(buf, sizeof(buf), "File transfer failed: %s\n\n(The file 
sender must have a public IP, and his firewall must allow TCP connections to 
port 6891.)", msg);
         do_error_dialog(buf, "Transfer failed");
        transfer_window * t_win = eb_find_window_by_inv(inv);
        if (t_win) {





reply via email to

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