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

version 1.21, 1997/09/26 12:58:47 version 1.22, 1997/09/30 15:44:12
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, FALSE);                                           document, CE_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.21  
changed lines
  Added in v.1.22


Webmaster