Diff for /Amaya/amaya/query.c between versions 1.238 and 1.239

version 1.238, 2000/03/02 17:16:35 version 1.239, 2000/03/03 09:20:15
Line 3183  void               *context_tcbf; Line 3183  void               *context_tcbf;
    ThotBool            lost_update_check = TRUE;     ThotBool            lost_update_check = TRUE;
    char                url_name[MAX_LENGTH];     char                url_name[MAX_LENGTH];
    char*               tmp2;     char*               tmp2;
   #ifdef _WINDOWS
      char                file_name[MAX_LENGTH];
   #endif /* _WINDOWS */
   
    /* should we protect the PUT against lost updates? */     /* should we protect the PUT against lost updates? */
    tmp = TtaGetEnvString ("ENABLE_LOST_UPDATE_CHECK");     tmp = TtaGetEnvString ("ENABLE_LOST_UPDATE_CHECK");
Line 3264  void               *context_tcbf; Line 3267  void               *context_tcbf;
 #ifdef _WINDOWS  #ifdef _WINDOWS
    /* libwww's HTParse function doesn't take into account the drive name;     /* libwww's HTParse function doesn't take into account the drive name;
       so we sidestep it */        so we sidestep it */
    char  file_name[MAX_LENGTH];  
   
    fileURL = NULL;     fileURL = NULL;
    StrAllocCopy (fileURL, "file:");     StrAllocCopy (fileURL, "file:");

Removed from v.1.238  
changed lines
  Added in v.1.239


Webmaster