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

Diff for /mandoc/mdoc_term.c between version 1.76 and 1.77

version 1.76, 2009/09/21 14:07:07 version 1.77, 2009/09/21 14:08:13
Line 1866  termp_sp_pre(DECL_ARGS)
Line 1866  termp_sp_pre(DECL_ARGS)
 {  {
         int              i, len;          int              i, len;
   
         switch (node->type) {          switch (node->tok) {
         case (MDOC_sp):          case (MDOC_sp):
                 len = node->child ? atoi(node->child->string) : 1;                  len = node->child ? atoi(node->child->string) : 1;
                 break;                  break;

Legend:
Removed from v.1.76  
changed lines
  Added in v.1.77

CVSweb