[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.39 and 1.40

version 1.39, 2017/06/12 22:05:41 version 1.40, 2017/06/14 18:23:26
Line 83 
Line 83 
         case 'v':          case 'v':
                 dst->unit = SCALE_VS;                  dst->unit = SCALE_VS;
                 break;                  break;
         case '\0':  
                 endptr--;  
                 /* FALLTHROUGH */  
         default:          default:
                   endptr--;
                 if (SCALE_MAX == def)                  if (SCALE_MAX == def)
                         return NULL;                          return NULL;
                 dst->unit = def;                  dst->unit = def;

Legend:
Removed from v.1.39  
changed lines
  Added in v.1.40