Update of /cvsroot/win32forth/win32forth/src/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2878/src/lib
Modified Files:
w_search.f
Log Message:
Removed the last rel>abs from the source.
Index: w_search.f
===================================================================
RCS file: /cvsroot/win32forth/win32forth/src/lib/w_search.f,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** w_search.f 20 Aug 2005 12:39:40 -0000 1.1
--- w_search.f 21 Aug 2005 07:58:15 -0000 1.2
***************
*** 294,298 ****
begin
GW_HWNDNEXT swap call GetWindow dup 0<>
! if dup MAXSTRING pad rel>abs rot call GetWindowText pad swap
2r@ 2swap 2dup temp$ place false *search rot drop
else never 0 true
--- 294,298 ----
begin
GW_HWNDNEXT swap call GetWindow dup 0<>
! if dup MAXSTRING pad rot call GetWindowText pad swap
2r@ 2swap 2dup temp$ place false *search rot drop
else never 0 true
***************
*** 320,322 ****
\s
- |