From: Jos v.d.V. <jo...@us...> - 2005-10-15 18:13:18
|
Update of /cvsroot/win32forth/win32forth/src/lib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16955/src/lib Modified Files: multiopen.f Log Message: Jos: Changed the buffersize back to 2048. Index: multiopen.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/lib/multiopen.f,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** multiopen.f 9 Oct 2005 19:55:49 -0000 1.4 --- multiopen.f 15 Oct 2005 18:13:10 -0000 1.5 *************** *** 8,12 **** \- ofn-struct create ofn-struct 19 cells , 22 CELLS allot \ OPENFILENAME struct ! 262144 constant /szFile \ Was 2048 #ifndef fdlg-filter --- 8,12 ---- \- ofn-struct create ofn-struct 19 cells , 22 CELLS allot \ OPENFILENAME struct ! 2048 constant /szFile \ Was 2048 #ifndef fdlg-filter |