[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.28 and 1.29

version 1.28, 2014/12/23 09:31:17 version 1.29, 2014/12/23 13:48:15
Line 92 
Line 92 
                 break;                  break;
         }          }
   
         /* FIXME: do this in the caller. */  
         if (dst->scale < 0.0)  
                 dst->scale = 0.0;  
         return(*endptr == '\0' ? 2 : 1);          return(*endptr == '\0' ? 2 : 1);
 }  }
   

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29