ayttm-commits
[Top][All Lists]
Advanced

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

[Ayttm-commits] CVS: ayttm/modules/yahoo2 yahoo.c,1.19,1.20


From: Philip S Tellis <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/modules/yahoo2 yahoo.c,1.19,1.20
Date: Thu, 23 Jan 2003 01:17:21 -0500

Update of /cvsroot/ayttm/ayttm/modules/yahoo2
In directory subversions:/tmp/cvs-serv30201/modules/yahoo2

Modified Files:
        yahoo.c 
Log Message:
removed NULL you've got mail message when someone logs into your yahoo mail
account.


Index: yahoo.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/modules/yahoo2/yahoo.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- yahoo.c     23 Jan 2003 05:24:26 -0000      1.19
+++ yahoo.c     23 Jan 2003 06:17:19 -0000      1.20
@@ -1479,7 +1479,7 @@
        if(!do_mail_notify)
                return;
 
-       if(from && subj)
+       if(from && *from && subj && *subj)
                snprintf(buff, sizeof(buff), 
                                _("You have new mail from %s about %s\n"), 
                                from, subj);





reply via email to

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