Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 84936 | Differences between
and this patch

Collapse All | Expand All

(-)libcdaudio-0.99.10/src/cddb.c.orig (-1 / +1 lines)
Lines 1034-1040 Link Here
1034
    }
1034
    }
1035
	   
1035
	   
1036
    query->query_matches = 0;
1036
    query->query_matches = 0;
1037
    while(!cddb_read_line(sock, inbuffer, 256)) {
1037
    while(query->query_matches < MAX_INEXACT_MATCHES && !cddb_read_line(sock, inbuffer, 256)) {
1038
      slashed = 0;
1038
      slashed = 0;
1039
      if(strchr(inbuffer, '/') != NULL && parse_disc_artist) {
1039
      if(strchr(inbuffer, '/') != NULL && parse_disc_artist) {
1040
	index = 0;
1040
	index = 0;

Return to bug 84936