From: David Levine Date: Sun, 16 Jul 2017 21:25:51 +0000 (-0400) Subject: Replaced snprintf() to convert an int with m_name(). X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/d71151030555757c05fc69a63e370873e482bfb3?hp=d71151030555757c05fc69a63e370873e482bfb3 Replaced snprintf() to convert an int with m_name(). At Ralph's suggestion. The goal was to get rid of a warning from gcc -Wformat-truncation, but the code ends up being cleaner as well. ---