From ca798bc6fbd77e69ef5781d6ade963bcb7388617 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Mon, 21 Jul 2003 04:49:46 +0000 Subject: Converted some ints to size_t for 64 bit safety. --- src/XPM.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/XPM.cxx') diff --git a/src/XPM.cxx b/src/XPM.cxx index 5758b7810..c3f66c2e4 100644 --- a/src/XPM.cxx +++ b/src/XPM.cxx @@ -102,7 +102,7 @@ void XPM::Init(const char * const *linesForm) { int strings = 1+height+nColours; lines = new char *[strings]; - int allocation = 0; + size_t allocation = 0; for (int i=0; i