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

Diff for /mandoc/out.c between version 1.48 and 1.49

version 1.48, 2014/04/20 16:46:05 version 1.49, 2014/08/01 19:25:52
Line 128  a2roffsu(const char *src, struct roffsu *dst, enum rof
Line 128  a2roffsu(const char *src, struct roffsu *dst, enum rof
         }          }
   
         /* FIXME: do this in the caller. */          /* FIXME: do this in the caller. */
         if ((dst->scale = atof(buf)) < 0)          if ((dst->scale = atof(buf)) < 0.0)
                 dst->scale = 0;                  dst->scale = 0.0;
         dst->unit = unit;          dst->unit = unit;
         return(1);          return(1);
 }  }

Legend:
Removed from v.1.48  
changed lines
  Added in v.1.49

CVSweb