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/source/cddb.c.orig (-1 / +1 lines)
Lines 1294-1300 Link Here
1294
	    }
1294
	    }
1295
      
1295
      
1296
	  query->query_matches = 0;
1296
	  query->query_matches = 0;
1297
	  while (!cddb_read_line (sock, inbuffer, 256))
1297
	  while (query->query_matches < MAX_INEXACT_MATCHES && !cddb_read_line (sock, inbuffer, 256))
1298
	    {
1298
	    {
1299
	      slashed = 0;
1299
	      slashed = 0;
1300
	      if (strchr (inbuffer, '/') != NULL && parse_disc_artist)
1300
	      if (strchr (inbuffer, '/') != NULL && parse_disc_artist)

Return to bug 84936