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

Diff for /mandoc/out.c between version 1.16 and 1.17

version 1.16, 2010/06/19 20:46:28 version 1.17, 2010/06/25 19:50:23
Line 139  a2roffsu(const char *src, struct roffsu *dst, enum rof
Line 139  a2roffsu(const char *src, struct roffsu *dst, enum rof
         if ((dst->scale = atof(buf)) < 0)          if ((dst->scale = atof(buf)) < 0)
                 dst->scale = 0;                  dst->scale = 0;
         dst->unit = unit;          dst->unit = unit;
         dst->pt = hasd;  
   
         return(1);          return(1);
 }  }
   

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

CVSweb