2009-11-20 13:56 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)

* src/vm/set.c
    ! USHORT -> HB_ERRCODE.
This commit is contained in:
Viktor Szakats
2009-11-20 12:57:07 +00:00
parent 73f9c62553
commit eb8c4798ea
2 changed files with 5 additions and 1 deletions

View File

@@ -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.

View File

@@ -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;