/[public]/psiconv/trunk/program/psiconv/psiconv.c
ViewVC logotype

Diff of /psiconv/trunk/program/psiconv/psiconv.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 78 Revision 79
161 exit(1); 161 exit(1);
162 } 162 }
163 } else 163 } else
164 f = stdin; 164 f = stdin;
165 165
166 buf = psiconv_list_new(sizeof(psiconv_u8)); 166 buf = psiconv_buffer_new(0);
167 psiconv_list_fread_all(buf,f); 167 psiconv_buffer_fread_all(buf,f);
168 168
169 if (strlen(inputfilename) != 0) 169 if (strlen(inputfilename) != 0)
170 if (fclose(f)) { 170 if (fclose(f)) {
171 perror(inputfilename); 171 perror(inputfilename);
172 exit(1); 172 exit(1);

Legend:
Removed from v.78  
changed lines
  Added in v.79

frodo@frodo.looijaard.name
ViewVC Help
Powered by ViewVC 1.1.26