chiark
/
gitweb
/
~ian
/
sgt-puzzles.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
263a39e
)
Rogue diagnostic!
author
Simon Tatham
<anakin@pobox.com>
Tue, 28 Jun 2005 08:35:55 +0000
(08:35 +0000)
committer
Simon Tatham
<anakin@pobox.com>
Tue, 28 Jun 2005 08:35:55 +0000
(08:35 +0000)
[originally from svn r6028]
midend.c
patch
|
blob
|
history
diff --git
a/midend.c
b/midend.c
index bcc842f97bfbdc66b4bfe82534d83c9200b3b077..e5458414e5db73b88209a20cb22d18f446455304 100644
(file)
--- a/
midend.c
+++ b/
midend.c
@@
-772,7
+772,6
@@
void midend_supersede_game_desc(midend_data *me, char *desc, char *privdesc)
{
sfree(me->desc);
sfree(me->privdesc);
-printf("%s\n%s\n", desc, privdesc);
me->desc = dupstr(desc);
me->privdesc = privdesc ? dupstr(privdesc) : NULL;
}