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:
@@ -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
|
||||
|
||||
@@ -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 )"
|
||||
|
||||
Reference in New Issue
Block a user