Diff for /Amaya/amaya/styleparser.c between versions 1.31 and 1.32

version 1.31, 1999/10/12 13:28:41 version 1.32, 1999/12/07 16:12:22
Line 3291  CSSInfoPtr      css; Line 3291  CSSInfoPtr      css;
             {              {
               /* Store the element type */                /* Store the element type */
               ctxt->type = elType.ElTypeNum;                ctxt->type = elType.ElTypeNum;
                 ctxt->name[0] = elType.ElTypeNum;
                 ctxt->names_nb[0] = 0;
               ctxt->schema = elType.ElSSchema;                ctxt->schema = elType.ElSSchema;
               k++;                k++;
             }              }
Line 3299  CSSInfoPtr      css; Line 3301  CSSInfoPtr      css;
               /* look at the current context to see if the type is already                /* look at the current context to see if the type is already
                  stored */                   stored */
               j = 0;                j = 0;
               while (j < k && ctxt->name[j] != ctxt->name[i])                while (j < k && ctxt->name[j] != elType.ElTypeNum)
                 j++;                  j++;
               if (j == k)                if (j == k)
                 {                  {

Removed from v.1.31  
changed lines
  Added in v.1.32


Webmaster