From 22e422f7f70b4e7207e8757a137b7a232df01bd3 Mon Sep 17 00:00:00 2001 From: Luiz Rafael Culik Date: Sat, 27 Apr 2002 11:53:52 +0000 Subject: [PATCH] Fix by Luiz --- harbour/source/rtl/listbox.prg | 1 - 1 file changed, 1 deletion(-) diff --git a/harbour/source/rtl/listbox.prg b/harbour/source/rtl/listbox.prg index 54f736bc69..8fe0813216 100644 --- a/harbour/source/rtl/listbox.prg +++ b/harbour/source/rtl/listbox.prg @@ -1052,6 +1052,5 @@ Function CaptionLength( cCaption ) return ( if( At( "&", cCaption ) ==0,Len( cCaption ),if( At( "&", cCaption )>Len(cCaption),Len(cCaption)-1, ))) #endif -#endif *+ EOF: LISTBOX.PRG