From 833a542353ee309306b86d7455403536069bf9cb Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 3 Jun 2008 08:46:05 +0000 Subject: [PATCH] typo --- harbour/contrib/hbwhat32/_winsys.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/harbour/contrib/hbwhat32/_winsys.c b/harbour/contrib/hbwhat32/_winsys.c index 7ce217e651..5ba21b2867 100644 --- a/harbour/contrib/hbwhat32/_winsys.c +++ b/harbour/contrib/hbwhat32/_winsys.c @@ -199,14 +199,14 @@ HB_FUNC( SYSTEMPARAMETERSINFO ) if( ISBYREF( 3 ) ) { if( ! hb_storclen_buffer( cText, hb_itemGetCLen( pBuffer ), 3 ) ) - hb_xfree( xText ); + hb_xfree( cText ); hb_retl( TRUE ); return; } } - hb_xfree( xText ); + hb_xfree( cText ); } hb_retl( FALSE );