From eb8c4798ea65b483a637559dc3fb372f4c04aca2 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Fri, 20 Nov 2009 12:57:07 +0000 Subject: [PATCH] 2009-11-20 13:56 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * src/vm/set.c ! USHORT -> HB_ERRCODE. --- harbour/ChangeLog | 4 ++++ harbour/src/vm/set.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index b6698dd413..50cd9db6c7 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,10 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-11-20 13:56 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) + * src/vm/set.c + ! USHORT -> HB_ERRCODE. + 2009-11-20 13:44 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/rddsql/rddsql.hbc + Added incpaths=. so now .ch file will be automatically found. diff --git a/harbour/src/vm/set.c b/harbour/src/vm/set.c index 1313e7d6c4..8329e60e9b 100644 --- a/harbour/src/vm/set.c +++ b/harbour/src/vm/set.c @@ -236,7 +236,7 @@ static void open_handle( PHB_SET_STRUCT pSet, const char * file_name, { PHB_ITEM pError = NULL; HB_FHANDLE handle, * handle_ptr; - USHORT uiError; + HB_ERRCODE uiError; char * szFileName = NULL, ** set_value; const char * def_ext; BOOL bPipe = FALSE;