From cce8d5b9f7ce8885a785f93529005fc4d6ab9d47 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 18 Nov 2008 17:47:34 +0000 Subject: [PATCH] removed high bytes (UTF-8 chars probably). --- harbour/ChangeLog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index addebb3af0..f708f57073 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1598,8 +1598,8 @@ ! fixed printf() format TOFIX for author: - mysqldd.c:258: warning: ‘pItemEof’ may be used uninitialized in this function - sqlbase.c:509: warning: comparison of unsigned expression < 0 is always false + mysqldd.c:258: warning: pItemEof may be used uninitialized in this function + sqlbase.c:509: warning: comparison of unsigned expression < 0 is always false Mindaugas can you look at it? 2008-11-05 23:27 UTC+0200 Viktor Szakats (harbour.01 syenar hu)