Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8417
Modified Files: Tag: impd_0_37 s_path.c Log Message: oops.
Index: s_path.c =================================================================== RCS file: /cvsroot/pure-data/pd/src/s_path.c,v retrieving revision 1.1.1.2.2.2.2.6 retrieving revision 1.1.1.2.2.2.2.7 diff -C2 -d -r1.1.1.2.2.2.2.6 -r1.1.1.2.2.2.2.7 *** s_path.c 30 Mar 2004 04:48:45 -0000 1.1.1.2.2.2.2.6 --- s_path.c 30 Mar 2004 05:07:40 -0000 1.1.1.2.2.2.2.7 *************** *** 361,365 **** #endif #ifdef MSW ! char *home; GetEnvironmentVariable("USERPROFILE", home, 255); strcat(home,"/My Documents"); --- 361,365 ---- #endif #ifdef MSW ! char home[256]; GetEnvironmentVariable("USERPROFILE", home, 255); strcat(home,"/My Documents");