Hi all, Viktor,

hbziparc.c has a bug at line 134 :

bOkAdd = hb_strMatchFile( (const char *) szEntry, (const char *) sRegEx );

it should be :

bOkAdd = hb_strMatchFile( (const char *) szEntry, (const char *) szSkleton );

Could someone change it ?

Many thanks
Juan
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to