--- psiconv/trunk/lib/psiconv/parse_driver.c 1999/12/04 00:40:10 43 +++ psiconv/trunk/lib/psiconv/parse_driver.c 2000/12/13 16:30:21 63 @@ -1,6 +1,6 @@ /* parse_driver.c - Part of psiconv, a PSION 5 file formats converter - Copyright (c) 1999 Frodo Looijaard + Copyright (c) 1999, 2000 Frodo Looijaard This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -134,7 +134,7 @@ for (i = 0; i < psiconv_list_length(table); i ++) { entry = psiconv_list_get(table,i); psiconv_progress(lev+3,off,"Going to read picture section %i",i); - psiconv_parse_paint_data_section(buf,lev+3,*entry,NULL,&paint); + psiconv_parse_paint_data_section(buf,lev+3,*entry,NULL,0,&paint); psiconv_list_add((*result)->sections,paint); }