Fix crash at match end
authorH.G. Muller <h.g.muller@hccnet.nl>
Mon, 2 Jan 2012 22:46:18 +0000 (23:46 +0100)
committerH.G. Muller <h.g.muller@hccnet.nl>
Tue, 3 Jan 2012 20:37:56 +0000 (21:37 +0100)
commita6cb149215f419331165e3f8e484bcc492e7b9b1
tree1a2436233b808823707970bc1c5ef00843e80aeb
parent69a45edffca6dd25ab27dcf9f12f5b4a5be5639f
Fix crash at match end

The -afterTourney option had broken old-style matches, because the ranking
string that was tested for "busy" is not set there at all, and remains a
NULL pointer, which strcmp doesn't like.
backend.c