[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.9 and 1.10

version 1.9, 2005/11/12 15:26:23 version 1.10, 2006/01/17 00:56:04
Line 326 
Line 326 
                 }                  }
         } else if (strcmp(line, "200") != 0 || !further_query(cout, type))          } else if (strcmp(line, "200") != 0 || !further_query(cout, type))
                 goto end;                  goto end;
         result = malloc(sizeof(char *) * n+1);          result = malloc(sizeof(char *) * (n + 1));
         if (!result)          if (!result)
                 goto end;                  goto end;
         for (i = 0; i <= n; i++)          for (i = 0; i <= n; i++)

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10