Hi Alex,
thanks for all your fixes - there are committed on CVS now.
Salutari,
Bogdan
Alex Gradinar wrote:
1. function convert_rows in file res.c
while allocationg memery to columns of row in this code
==
CON_ROW(_h) = (strn*)pkg_malloc((int)columns);
==
allocate only am
1. function convert_rows in file res.c
while allocationg memery to columns of row in this code
==
CON_ROW(_h) = (strn*)pkg_malloc((int)columns);
==
allocate only amount of bytes as number of columns,
but we have to allocate number of columns * sizeof struct strn
This is corre