Diff for /Amaya/amaya/HTMLbook.c between versions 1.20 and 1.21

version 1.20, 1997/09/10 09:56:28 version 1.21, 1997/09/26 12:58:47
Line 869  Document            document; Line 869  Document            document;
                includedDocument = TtaNewDocument ("HTML", "tmp");                 includedDocument = TtaNewDocument ("HTML", "tmp");
                TtaSetStatus (document, 1, TtaGetMessage (AMAYA, AM_FETCHING), url);                 TtaSetStatus (document, 1, TtaGetMessage (AMAYA, AM_FETCHING), url);
                newdoc = GetHTMLDocument (url, NULL, includedDocument,                 newdoc = GetHTMLDocument (url, NULL, includedDocument,
                                          document, DC_TRUE | DC_MAKEBOOK);                                           document, DC_TRUE | DC_MAKEBOOK, FALSE);
                if (newdoc != 0 && newdoc != document)                 if (newdoc != 0 && newdoc != document)
                  {                   {
                    /* it's not the document itself */                     /* it's not the document itself */

Removed from v.1.20  
changed lines
  Added in v.1.21


Webmaster