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

Diff for /mandoc/out.c between version 1.56 and 1.57

version 1.56, 2014/12/23 09:31:46 version 1.57, 2014/12/23 13:48:57
Line 94  a2roffsu(const char *src, struct roffsu *dst, enum rof
Line 94  a2roffsu(const char *src, struct roffsu *dst, enum rof
                 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.56  
changed lines
  Added in v.1.57

CVSweb