From 15b1a34950ceb8002fb3fe2f152ce6128a22782b Mon Sep 17 00:00:00 2001 From: dshaligram Date: Mon, 4 Dec 2006 18:47:16 +0000 Subject: Fixed item name corruption with long item names (Haran). git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.1.5@559 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/items.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crawl-ref/source/items.cc b/crawl-ref/source/items.cc index 0a2dd2d9f2..f7734997d9 100644 --- a/crawl-ref/source/items.cc +++ b/crawl-ref/source/items.cc @@ -735,7 +735,7 @@ static void item_list_on_square( std::vector& items, */ void item_check(char keyin) { - char item_show[50][50]; + char item_show[50][ITEMNAME_SIZE]; char temp_quant[10]; int counter = 0; -- cgit v1.2.3-54-g00ecf