From cc5274d0b6531bb6527154de4b5884b3f61db14d Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Sun, 26 Apr 2015 10:57:21 +0300 Subject: [PATCH] Mung annotation spaces --- src/dungeon.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dungeon.c b/src/dungeon.c index 9a34aff0c..cde5b8917 100644 --- a/src/dungeon.c +++ b/src/dungeon.c @@ -1869,6 +1869,7 @@ donamelevel() getlin("What do you want to call this dungeon level?", nbuf); if (index(nbuf, '\033')) return 0; + (void)mungspaces(nbuf); /* discard old annotation, if any */ if (mptr->custom) { -- 2.40.0