Diff for /Amaya/amaya/query.c between versions 1.58 and 1.59

version 1.58, 1997/06/10 12:39:56 version 1.59, 1997/06/11 12:35:04
Line 1403  boolean error_html; Line 1403  boolean error_html;
      }       }
   
    /*create a tempfilename */     /*create a tempfilename */
 #  ifdef _WINDOWS     sprintf (outputfile, "%s%c%d%c%04dAM", TempFileDirectory, DIR_SEP, docid, DIR_SEP, object_counter);
    sprintf (outputfile, "C:\\TEMP\\AMAYA\\%d\\%04dAM", docid, object_counter);  
 #  else  /* _WINDOWS */  
    sprintf (outputfile, "%s/%d/%04dAM", TempFileDirectory, docid, object_counter);  
 #  endif /* _WINDOWS */  
   
    /* update the object_counter */     /* update the object_counter */
    object_counter++;     object_counter++;

Removed from v.1.58  
changed lines
  Added in v.1.59


Webmaster