Hi,
[email protected] wrote:
* harbour/src/rtl/itemseri.c
+ added support for hash array flags and default value serialization
Thank You very much!
BTW, I found code in last commit:
if( * pszFile )
{
char * pszFileName = hb_strdup( pszFile );
if( !hb_storclen_buffer( pszFileName, strlen( pszFileName ), 1 ) )
hb_xfree( pszFileName );
}
else
hb_storc( NULL, 1 );
Is it somehow better (by speed, etc) than:
if( * pszFile )
hb_storc( pszFile, 1 );
else
hb_storc( NULL, 1 );
or even:
hb_storc( pszFile, 1 );
?
Regards,
Mindaugas
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour