Diff for /Amaya/amaya/styleparser.c between versions 1.37 and 1.38

version 1.37, 1999/12/23 10:12:40 version 1.38, 1999/12/23 14:41:50
Line 3978  ThotBool            withUndo; Line 3978  ThotBool            withUndo;
                           while (*cssRule != EOS && *cssRule != ')')                            while (*cssRule != EOS && *cssRule != ')')
                             cssRule++;                              cssRule++;
                           *cssRule = EOS;                            *cssRule = EOS;
                           LoadStyleSheet (base, docRef, NULL, css);                            LoadStyleSheet (base, docRef, NULL, css, css->media[docRef]);
                         }                          }
                     }                      }
                   /*** Caution: Strings can either be written with double quotes or                    /*** Caution: Strings can either be written with double quotes or
Line 3991  ThotBool            withUndo; Line 3991  ThotBool            withUndo;
                       while (*cssRule != EOS && *cssRule != '"')                        while (*cssRule != EOS && *cssRule != '"')
                         cssRule++;                          cssRule++;
                       *cssRule = EOS;                        *cssRule = EOS;
                       LoadStyleSheet (base, docRef, NULL, css);                        LoadStyleSheet (base, docRef, NULL, css, css->media[docRef]);
                     }                      }
                   import = MAX_CSS_LENGTH;                    import = MAX_CSS_LENGTH;
                 }                  }

Removed from v.1.37  
changed lines
  Added in v.1.38


Webmaster