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

Diff for /mandoc/out.c between version 1.21 and 1.23

version 1.21, 2010/07/21 20:35:03 version 1.23, 2010/07/22 23:03:15
Line 116  a2roffsu(const char *src, struct roffsu *dst, enum rof
Line 116  a2roffsu(const char *src, struct roffsu *dst, enum rof
                 return(0);                  return(0);
         }          }
   
           /* FIXME: do this in the caller. */
         if ((dst->scale = atof(buf)) < 0)          if ((dst->scale = atof(buf)) < 0)
                 dst->scale = 0;                  dst->scale = 0;
         dst->unit = unit;          dst->unit = unit;
Line 255  a2roffdeco(enum roffdeco *d, const char **word, size_t
Line 256  a2roffdeco(enum roffdeco *d, const char **word, size_t
                 case ('\''):                  case ('\''):
                         term = '\'';                          term = '\'';
                         break;                          break;
                   case ('0'):
                           j++;
                           /* FALLTHROUGH */
                 default:                  default:
                         i--;                          i--;
                         lim = 1;                          lim = 1;

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.23

CVSweb