Diff for /Amaya/amaya/HTMLbook.c between versions 1.73 and 1.74

version 1.73, 2000/06/29 12:56:45 version 1.74, 2000/10/07 10:56:39
Line 1 Line 1
 /*  /*
  *   *
  *  (c) COPYRIGHT MIT and INRIA, 1996.   *  (c) COPYRIGHT MIT and INRIA, 1996-2000
  *  Please first read the full copyright statement in file COPYRIGHT.   *  Please first read the full copyright statement in file COPYRIGHT.
  *   *
  */   */
Line 425  Document            doc; Line 425  Document            doc;
   ThotBool           status, textFile;    ThotBool           status, textFile;
   
   textFile = (DocumentTypes[doc] == docText ||    textFile = (DocumentTypes[doc] == docText ||
               DocumentTypes[doc] == docTextRO ||                DocumentTypes[doc] == docCSS);
               DocumentTypes[doc] == docCSS ||  
               DocumentTypes[doc] == docCSSRO);  
   
    CheckPrintingDocument (doc);     CheckPrintingDocument (doc);
    ustrcpy (viewsToPrint, TEXT("Formatted_view "));     ustrcpy (viewsToPrint, TEXT("Formatted_view "));
Line 728  View                view; Line 726  View                view;
    ThotBool           textFile;     ThotBool           textFile;
   
    textFile = (DocumentTypes[doc] == docText ||     textFile = (DocumentTypes[doc] == docText ||
                DocumentTypes[doc] == docTextRO ||                 DocumentTypes[doc] == docCSS);
                DocumentTypes[doc] == docCSS ||  
                DocumentTypes[doc] == docCSSRO);  
   
    /* Print form */     /* Print form */
    CheckPrintingDocument (doc);     CheckPrintingDocument (doc);

Removed from v.1.73  
changed lines
  Added in v.1.74


Webmaster