From cd5fbd7c3d86880d0dffab47749590145ab28e39 Mon Sep 17 00:00:00 2001 From: Paul Tucker Date: Fri, 23 Jul 1999 19:55:55 +0000 Subject: [PATCH] *** empty log message *** --- harbour/ChangeLog | 4 ++++ harbour/source/rtl/devoutp.prg | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index ced8366515..ecae353f1c 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,7 @@ +19990723-06:39 EDT Paul Tucker + * source/rtl/devoutp.prg + * second param to devout() is color, not picture + 19990723-06:39 EDT Paul Tucker * source/rtl/transfrm.c * changed GetDynSym to hb_GetDynSym (again) diff --git a/harbour/source/rtl/devoutp.prg b/harbour/source/rtl/devoutp.prg index 345bd13ad3..2ce8f6aa91 100644 --- a/harbour/source/rtl/devoutp.prg +++ b/harbour/source/rtl/devoutp.prg @@ -30,6 +30,8 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA (or visit their web site at http://www.gnu.org/). + V 1.4 Paul Tucker Second param to Devout should be + the color. V 1.3 David G. Holm Added my email address. V 1.2 David G. Holm Removed "(C)" from Copyright and updated previous version comments. @@ -75,5 +77,5 @@ FUNCTION DEVOUTPICT( xValue, cPicture, cColor ) LOCAL cText := TRANSFORM( xValue, cPicture ) - DEVOUT( cText, cPicture ) + DEVOUT( cText, cColor ) RETURN NIL