From: Ezra B. <ezr...@us...> - 2010-02-01 01:29:50
|
Update of /cvsroot/win32forth/win32forth/src In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv17118 Modified Files: Window.f Log Message: Bug fix. Index: Window.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/Window.f,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** Window.f 29 Oct 2008 23:20:55 -0000 1.22 --- Window.f 1 Feb 2010 01:29:41 -0000 1.23 *************** *** 243,247 **** 3 pick ( msg ) over obj>class MFA ((findm)) ! if sp0 @ >r sp@ 4 cells+ sp0 ! dup>r catch ?dup --- 243,247 ---- 3 pick ( msg ) over obj>class MFA ((findm)) ! if sp0 @ >r sp@ 6 cells+ sp0 ! dup>r catch ?dup |