Fix type mismatches in save file rotation
authorJeremy Stanley <fungi@yuggoth.org>
Mon, 29 Dec 2014 20:21:49 +0000 (20:21 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Mon, 29 Dec 2014 20:21:49 +0000 (20:21 +0000)
The numeric suffix on rotated save files needs to be treated as an
int during rotation calculations but as a str during filename
generation. Make it so.


No differences found