From 57db174dd04dc26119c194125cbfdfc7d0a4a841 Mon Sep 17 00:00:00 2001 From: Przemyslaw Czerpak Date: Tue, 19 Apr 2011 14:16:08 +0000 Subject: [PATCH] 2011-04-19 16:15 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/rtl/filesys.c ! fixed typo in HB_TR_DEBUG message - thanks to Tamas --- 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 b0e9aca7fd..98a719d09c 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,10 @@ The license applies to all entries newer than 2009-04-28. */ +2011-04-19 16:15 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) + * harbour/src/rtl/filesys.c + ! fixed typo in HB_TR_DEBUG message - thanks to Tamas + 2011-04-19 16:09 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/3rd/sqlite3/sqlite3.c * contrib/3rd/sqlite3/sqlite3.dif diff --git a/harbour/src/rtl/filesys.c b/harbour/src/rtl/filesys.c index df47fe23da..74e87f8eab 100644 --- a/harbour/src/rtl/filesys.c +++ b/harbour/src/rtl/filesys.c @@ -821,7 +821,7 @@ HB_BOOL hb_fsPipeCreate( HB_FHANDLE hPipe[ 2 ] ) int hb_fsIsPipeOrSock( HB_FHANDLE hPipeHandle ) { - HB_TRACE(HB_TR_DEBUG, ("hb_fsIsPipeOrSock(%p,%" HB_PFS "u)", ( void * ) ( HB_PTRDIFF ) hPipeHandle)); + HB_TRACE(HB_TR_DEBUG, ("hb_fsIsPipeOrSock(%p)", ( void * ) ( HB_PTRDIFF ) hPipeHandle)); #if defined( HB_OS_UNIX ) {