From edf8e486b9c8441bd588d4a4798b7d40ee620e36 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 26 Jun 2012 20:45:16 +0000 Subject: [PATCH] 2012-06-26 22:44 UTC+0200 Viktor Szakats (harbour syenar.net) * contrib/xhb/xhberr.prg ! typo in prev commit --- harbour/ChangeLog | 4 ++++ harbour/contrib/xhb/xhberr.prg | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index fe7a7c7e23..e7eff6578f 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,10 @@ The license applies to all entries newer than 2009-04-28. */ +2012-06-26 22:44 UTC+0200 Viktor Szakats (harbour syenar.net) + * contrib/xhb/xhberr.prg + ! typo in prev commit + 2012-06-26 20:37 UTC+0200 Viktor Szakats (harbour syenar.net) * contrib/xhb/tfile.prg * contrib/xhb/ttable.prg diff --git a/harbour/contrib/xhb/xhberr.prg b/harbour/contrib/xhb/xhberr.prg index fa44f26f4f..c4025925e0 100644 --- a/harbour/contrib/xhb/xhberr.prg +++ b/harbour/contrib/xhb/xhberr.prg @@ -611,7 +611,7 @@ STATIC FUNCTION LogError( oerr ) FSeek( nHandle2, 0, FS_SET ) while nBytes > 0 - nRead := FRead( nHandle2, @cBuff, hb_BLen( cBuffer ) ) + nRead := FRead( nHandle2, @cBuff, hb_BLen( cBuff ) ) FWrite( nHandle, cBuff, nRead ) nBytes -= nRead cBuff := Space( 10 )