*** empty log message ***

This commit is contained in:
Paul Tucker
1999-07-23 19:55:55 +00:00
parent 901c7475c1
commit cd5fbd7c3d
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
19990723-06:39 EDT Paul Tucker <ptucker@sympatico.ca>
* source/rtl/devoutp.prg
* second param to devout() is color, not picture
19990723-06:39 EDT Paul Tucker <ptucker@sympatico.ca>
* source/rtl/transfrm.c
* changed GetDynSym to hb_GetDynSym (again)

View File

@@ -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