[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.4 and 1.5

version 1.4, 2010/04/07 23:15:05 version 1.5, 2010/06/27 20:28:56
Line 135 
Line 135 
         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.4  
changed lines
  Added in v.1.5