/[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 79 Revision 80
161 exit(1); 161 exit(1);
162 } 162 }
163 } else 163 } else
164 f = stdin; 164 f = stdin;
165 165
166 buf = psiconv_buffer_new(0); 166 buf = psiconv_buffer_new();
167 psiconv_buffer_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);

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

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