fixed F_ERROR usage, unicode fix, #if 0, cleanups

This commit is contained in:
Viktor Szakats
2013-03-21 13:10:30 +01:00
parent dd733c3806
commit 906ece32e2
13 changed files with 57 additions and 41 deletions

View File

@@ -592,7 +592,7 @@ PROCEDURE uhttpd_WriteToLogFile( cString, cLog, lCreate )
// cString := "PROCEDURE: " + ProcName( -2 ) + " " + cString
IF nHandle > 0
IF nHandle != F_ERROR
FSeek( nHandle, 0, FS_END )
FWrite( nHandle, cString )
FWrite( nHandle, CRLF )