Code review comment for lp:~mixxxdevelopers/mixxx/iTunes2

Revision history for this message
RJ Skerry-Ryan (rryan) wrote :

Turns out the while(1) loops were infinite looping. I changed them to while (!xml.atEnd()) and that seemed to fix it. For what it's worth, my XML file causes a "Premature end of document." error. There isn't any UI feedback when that happens, which would be nice.

I'll push my edits to this branch. (that updates the merge request automatically)

« Back to merge proposal