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)
commitb2d5ba9c3c2ab6967d041410bd91062577b09aee
treea5327cf7ceb0255b14838abc891ac14e12eddc8e
parent400501b24a72371aab88505f9e0f27c7486a9adf
Fix type mismatches in save file rotation

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.
lib/mudpy/data.py