[BACK]Return to out.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / mandoc

Diff for /src/usr.bin/mandoc/out.c between version 1.21 and 1.22

version 1.21, 2014/04/20 16:44:44 version 1.22, 2014/08/08 16:00:23
Line 124 
Line 124 
         }          }
   
         /* 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.21  
changed lines
  Added in v.1.22