From 67ed6e53e6f2420ee3cc09f36302da62ce6d8291 Mon Sep 17 00:00:00 2001 From: Przemyslaw Czerpak Date: Mon, 21 Jun 2010 15:51:27 +0000 Subject: [PATCH] 2010-06-21 17:51 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/rtl/filesys.c ! fixed typo reportyed by Tamas - thanks --- harbour/ChangeLog | 4 ++++ harbour/src/rtl/filesys.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 6cdda2582f..614d29f8bf 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,10 @@ The license applies to all entries newer than 2009-04-28. */ +2010-06-21 17:51 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) + * harbour/src/rtl/filesys.c + ! fixed typo reportyed by Tamas - thanks + 2010-06-21 16:47 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/rtl/filesys.c * removed HAVE_POSIX_IO and HB_FS_FILE_IO macros diff --git a/harbour/src/rtl/filesys.c b/harbour/src/rtl/filesys.c index 52b1c21dbc..ee88dfb7bc 100644 --- a/harbour/src/rtl/filesys.c +++ b/harbour/src/rtl/filesys.c @@ -2374,7 +2374,7 @@ HB_BOOL hb_fsLockLarge( HB_FHANDLE hFileHandle, HB_FOFFSET ulStart, HB_ULONG hb_fsSeek( HB_FHANDLE hFileHandle, HB_LONG lOffset, HB_USHORT uiFlags ) { HB_ULONG ulPos; - HB_USHORT nFlags + HB_USHORT nFlags; HB_TRACE(HB_TR_DEBUG, ("hb_fsSeek(%p, %ld, %hu)", ( void * ) ( HB_PTRDIFF ) hFileHandle, lOffset, uiFlags));