From 5b38990b34b34989f7929fe85a7976bdef707311 Mon Sep 17 00:00:00 2001 From: dshaligram Date: Tue, 2 Oct 2007 10:57:45 +0000 Subject: Fixed segfault in explore discovery reporting (syllogism). git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2295 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/libutil.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/libutil.cc') diff --git a/crawl-ref/source/libutil.cc b/crawl-ref/source/libutil.cc index ef40fe2af3..586de1db77 100644 --- a/crawl-ref/source/libutil.cc +++ b/crawl-ref/source/libutil.cc @@ -242,7 +242,7 @@ std::string article_a(const std::string &name, bool lowercase) const char *standard_plural_qualifiers[] = { - " of ", " labeled " + " of ", " labeled ", NULL }; // Pluralises a monster or item name. This'll need to be updated for -- cgit v1.2.3-54-g00ecf