Mercurial > hg > early-roguelike
changeset 165:2d94c32a709e
arogue7: comment out a problematic message.
This line causes a segfault on x64. I suspect one of the char*
arguments to msg() is being corrupted. But gdb doesn't make it easy
to debug variadic functions, and the crash doesn't occur when running
under valgrind. So the message is being removed until I can discover
the root of the problem.
author | John "Elwin" Edwards |
---|---|
date | Fri, 26 Jun 2015 11:32:37 -0400 |
parents | 49af2fd0bb0c |
children | 9b5f1e6aa35a |
files | arogue7/save.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/arogue7/save.c Tue Jun 16 11:44:49 2015 -0400 +++ b/arogue7/save.c Fri Jun 26 11:32:37 2015 -0400 @@ -239,7 +239,7 @@ if (lines > 24) lines = 24; mpos = 0; - msg("%s: %s", file, ctime(&sbuf2.st_mtime)); + /*msg("%s: %s", file, ctime(&sbuf2.st_mtime));*/ /* * defeat multiple restarting from the same place