Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18041/src
Modified Files: Tag: devel_0_37 s_inter.c s_path.c Log Message: oh yes, a fix for Windows should only be for Windows...
Index: s_inter.c =================================================================== RCS file: /cvsroot/pure-data/pd/src/s_inter.c,v retrieving revision 1.1.1.3.2.22 retrieving revision 1.1.1.3.2.23 diff -C2 -d -r1.1.1.3.2.22 -r1.1.1.3.2.23 *** s_inter.c 25 Oct 2004 18:18:07 -0000 1.1.1.3.2.22 --- s_inter.c 27 Oct 2004 14:59:57 -0000 1.1.1.3.2.23 *************** *** 591,596 **** --- 591,598 ----
+ #ifdef MSW /* T.Grill - fix for Windows */ #define vsnprintf _vsnprintf + #endif
/* matju's (fixed buffer overflow) */
Index: s_path.c =================================================================== RCS file: /cvsroot/pure-data/pd/src/s_path.c,v retrieving revision 1.1.1.2.2.6 retrieving revision 1.1.1.2.2.7 diff -C2 -d -r1.1.1.2.2.6 -r1.1.1.2.2.7 *** s_path.c 25 Oct 2004 18:18:07 -0000 1.1.1.2.2.6 --- s_path.c 27 Oct 2004 14:59:58 -0000 1.1.1.2.2.7 *************** *** 378,383 **** --- 378,385 ---- EXTERN char *rcfilename;
+ #ifdef MSW /* T.Grill - fix for Windows */ #define snprintf _snprintf + #endif
int sys_rcfile(void)