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

Diff for /mandoc/out.c between version 1.22 and 1.23

version 1.22, 2010/07/22 14:03:50 version 1.23, 2010/07/22 23:03:15
Line 116  a2roffsu(const char *src, struct roffsu *dst, enum rof
Line 116  a2roffsu(const char *src, struct roffsu *dst, enum rof
                 return(0);                  return(0);
         }          }
   
           /* FIXME: do this in the caller. */
         if ((dst->scale = atof(buf)) < 0)          if ((dst->scale = atof(buf)) < 0)
                 dst->scale = 0;                  dst->scale = 0;
         dst->unit = unit;          dst->unit = unit;

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

CVSweb