coord2str(): Do not reuse the coord2sstr() static buffers
commit4df1a6962276c8980a7639b926da6307251c5a45
authorPetr Baudis <pasky@ucw.cz>
Tue, 9 Feb 2010 03:25:19 +0000 (9 04:25 +0100)
committerPetr Baudis <pasky@ucw.cz>
Tue, 9 Feb 2010 03:25:57 +0000 (9 04:25 +0100)
tree92422e4cac59d848fd63b1b110dfa7325e83f167
parent4b35442310dc7990157061c32d92894423ba8e18
coord2str(): Do not reuse the coord2sstr() static buffers

This partially fixes a race where multiple threads use coord2sstr().
coord2str() is vital for reporting the coordinate over GTP, oops!
move.c