2002-11-5 14:38 UTC-0300 Walter Negro <anegro@overnet.com.ar>

* contrib/libnf/ftattr.c
    ! Fix variable declaration.
This commit is contained in:
Walter Negro
2002-11-05 17:51:51 +00:00
parent 1cfd0fb224
commit b078e27d3c

View File

@@ -180,7 +180,7 @@ HB_FUNC( FT_SAVEATT )
USHORT uiBottom = ISNUM( 3 ) ? hb_parni( 3 ) : hb_gtMaxRow();
USHORT uiRight = ISNUM( 4 ) ? hb_parni( 4 ) : hb_gtMaxCol();
USHORT uiSize;
UINT uiSize;
USHORT uiFor;
char * pBuffer;
char * pAttrib;
@@ -378,7 +378,7 @@ HB_FUNC( FT_RESTATT )
USHORT uiBottom = ISNUM( 3 ) ? hb_parni( 3 ) : hb_gtMaxRow();
USHORT uiRight = ISNUM( 4 ) ? hb_parni( 4 ) : hb_gtMaxCol();
USHORT uiSize;
UINT uiSize;
USHORT uiFor;
char * pBuffer;
char * pAttrib;