ayttm-commits
[Top][All Lists]
Advanced

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

[Ayttm-commits] CVS: ayttm/modules/aim-toc aim-toc.c,1.31,1.32


From: Edward L. Haletky <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/modules/aim-toc aim-toc.c,1.31,1.32
Date: Wed, 26 Mar 2003 08:18:00 -0500

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

Modified Files:
        aim-toc.c 
Log Message:


snprintf to _snprintf migration and some new mingw32 lib files



Index: aim-toc.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/modules/aim-toc/aim-toc.c,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- aim-toc.c   25 Mar 2003 23:29:25 -0000      1.31
+++ aim-toc.c   26 Mar 2003 13:17:58 -0000      1.32
@@ -60,7 +60,7 @@
 #include "pixmaps/aim_online.xpm"
 #include "pixmaps/aim_away.xpm"
 #ifdef __MINGW32__
-#define snprintf g_snprintf
+#define snprintf _snprintf
 #endif
 
 #define DBG_TOC do_aim_debug





reply via email to

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