[BACK]Return to cddb.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / cdio

Diff for /src/usr.bin/cdio/cddb.c between version 1.22 and 1.23

version 1.22, 2017/12/07 02:08:44 version 1.23, 2020/06/26 19:51:14
Line 254 
Line 254 
         int i;          int i;
         const char *errstr;          const char *errstr;
   
         s = parse_connect_to(host_port, "cddb");          s = parse_connect_to(host_port, "8880");
         if (s == -1)          if (s == -1)
                 goto end;                  goto end;
         s2 = dup(s);          s2 = dup(s);

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23