2009-06-16 15:42 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* contrib/xhb/ttable.prg
    ! Typo fixed. Reported by newsgroup user.
This commit is contained in:
Viktor Szakats
2009-06-16 13:43:07 +00:00
parent c6b45e7bd5
commit 461276accd
2 changed files with 5 additions and 1 deletions

View File

@@ -17,6 +17,10 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-06-16 15:42 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* contrib/xhb/ttable.prg
! Typo fixed. Reported by newsgroup user.
2009-06-16 15:09 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* examples/uhttpd2/socket.c
! Including winsock2.h to avoid missing macro SD_BOTH

View File

@@ -204,7 +204,7 @@ FUNCTION NetLock( nType, lReleaseLocks, nSeconds )
ELSE
IF nType == 1
cWord := "( " + DBINFO( 33 ) + " - Record Lock )"
ELSEIF nType == 1
ELSEIF nType == 2
cWord := "( " + DBINFO( 33 ) + " - File Lock )"
ELSEIF nType == 3
cWord := "( " + DBINFO( 33 ) + " - File Append )"