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.56,1.57


From: Edward L. Haletky <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/modules/yahoo2 yahoo.c,1.56,1.57
Date: Wed, 26 Mar 2003 08:18:01 -0500

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

Modified Files:
        yahoo.c 
Log Message:


snprintf to _snprintf migration and some new mingw32 lib files



Index: yahoo.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/modules/yahoo2/yahoo.c,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- yahoo.c     24 Mar 2003 14:25:43 -0000      1.56
+++ yahoo.c     26 Mar 2003 13:17:59 -0000      1.57
@@ -80,7 +80,7 @@
 
 #if defined(__MINGW32__) || defined(HAVE_GLIB)
 # include <glib.h>
-# define snprintf g_snprintf
+# define snprintf _snprintf
 #endif
 
 
/*******************************************************************************





reply via email to

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