[BACK]Return to pod2mdoc.c CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / pod2mdoc

Diff for /pod2mdoc/pod2mdoc.c between version 1.25 and 1.26

version 1.25, 2014/07/11 09:05:03 version 1.26, 2014/07/11 09:07:33
Line 1270  readfile(const struct args *args, const char *fname)
Line 1270  readfile(const struct args *args, const char *fname)
         time_t           ttm;          time_t           ttm;
         struct stat      st;          struct stat      st;
   
         assert(NULL != fname);  
   
         fd = 0 != strcmp("-", fname) ?          fd = 0 != strcmp("-", fname) ?
                 open(fname, O_RDONLY, 0) : STDIN_FILENO;                  open(fname, O_RDONLY, 0) : STDIN_FILENO;
   

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26

CVSweb