Diff for /parser3/src/classes/curl.C between versions 1.72 and 1.73

version 1.72, 2024/09/13 04:01:22 version 1.73, 2024/09/28 14:37:53
Line 53  static const char *dlink(const char *dlo Line 53  static const char *dlink(const char *dlo
         if(!handle){          if(!handle){
                 if(const char* result=lt_dlerror())                  if(const char* result=lt_dlerror())
                         return result;                          return result;
                 return "can not open the dynamic link module";                  return "cannot open the dynamic link module";
         }          }
   
         DLINK(curl_easy_init);          DLINK(curl_easy_init);

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


E-mail: