[haiku-bugs] Re: [Haiku] #9813: [cddb_daemon] slash clash

  • From: "ttcoder" <trac@xxxxxxxxxxxx>
  • Date: Tue, 04 Jun 2013 21:44:03 -0000

#9813: [cddb_daemon] slash clash
-----------------------------------+----------------------------
   Reporter:  ttcoder              |      Owner:  bga
       Type:  bug                  |     Status:  assigned
   Priority:  normal               |  Milestone:  R1
  Component:  Servers/cddb_daemon  |    Version:  R1/Development
 Resolution:                       |   Keywords:
 Blocked By:                       |   Blocking:
Has a Patch:  0                    |   Platform:  All
-----------------------------------+----------------------------

Comment (by ttcoder):

 Right, if I'm not mistaken it could be a one-line change, from


 {{{
 if (pos != B_ERROR) {
 }}}

 to

 {{{
 if (pos != B_ERROR && diskData->artist == "Various") {
 }}}

 (or even using ICompare() for case-insensitivity)
 Sorry I was not more explicit in my description...

--
Ticket URL: <http://dev.haiku-os.org/ticket/9813#comment:8>
Haiku <http://dev.haiku-os.org>
Haiku - the operating system.

Other related posts: