From 184022aa4b8b6adcdd3452c371cae6d34b9b77fd Mon Sep 17 00:00:00 2001 From: dshaligram Date: Thu, 11 Jan 2007 07:05:57 +0000 Subject: Oops, fixed bad format string. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@830 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/maps.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/maps.cc') diff --git a/crawl-ref/source/maps.cc b/crawl-ref/source/maps.cc index 0637a11742..80a637561b 100644 --- a/crawl-ref/source/maps.cc +++ b/crawl-ref/source/maps.cc @@ -315,7 +315,7 @@ static void parse_maps(const std::string &s) { FILE *dat = fopen(s.c_str(), "r"); if (!dat) - end(1, true, "Failed to open %s for reading: %d\n", s.c_str()); + end(1, true, "Failed to open %s for reading", s.c_str()); reset_map_parser(); -- cgit v1.2.3-54-g00ecf