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

Diff for /mandoc/term_ps.c between version 1.75 and 1.76

version 1.75, 2015/10/06 18:32:20 version 1.76, 2015/10/11 21:12:55
Line 20 
Line 20 
 #include <sys/types.h>  #include <sys/types.h>
   
 #include <assert.h>  #include <assert.h>
   #include <err.h>
 #include <stdarg.h>  #include <stdarg.h>
 #include <stdint.h>  #include <stdint.h>
 #include <stdio.h>  #include <stdio.h>
Line 582  pspdf_alloc(const struct mchars *mchars, const struct 
Line 583  pspdf_alloc(const struct mchars *mchars, const struct 
                         pagex = 216;                          pagex = 216;
                         pagey = 356;                          pagey = 356;
                 } else if (2 != sscanf(pp, "%ux%u", &pagex, &pagey))                  } else if (2 != sscanf(pp, "%ux%u", &pagex, &pagey))
                         fprintf(stderr, "%s: Unknown paper\n", pp);                          warnx("%s: Unknown paper", pp);
         }          }
   
         /*          /*

Legend:
Removed from v.1.75  
changed lines
  Added in v.1.76

CVSweb