From b078e27d3ca4bc263b5b385102d69bc8d839a7dc Mon Sep 17 00:00:00 2001 From: Walter Negro Date: Tue, 5 Nov 2002 17:51:51 +0000 Subject: [PATCH] 2002-11-5 14:38 UTC-0300 Walter Negro * contrib/libnf/ftattr.c ! Fix variable declaration. --- harbour/contrib/libnf/ftattr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/harbour/contrib/libnf/ftattr.c b/harbour/contrib/libnf/ftattr.c index ee4ac8dec2..e8f4090410 100644 --- a/harbour/contrib/libnf/ftattr.c +++ b/harbour/contrib/libnf/ftattr.c @@ -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;