From 1a72c36d6de1f9ad0e4b7b07e2f0f70cc3ac5efd Mon Sep 17 00:00:00 2001 From: avolkov Date: Sat, 21 Jan 2006 01:06:08 +0000 Subject: [PATCH] At least these can be 'const' git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2225 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/sc2code/planets/pstarmap.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sc2/src/sc2code/planets/pstarmap.c b/sc2/src/sc2code/planets/pstarmap.c index 95ac9f8af..194496e5c 100644 --- a/sc2/src/sc2code/planets/pstarmap.c +++ b/sc2/src/sc2code/planets/pstarmap.c @@ -923,8 +923,8 @@ FindNextStarIndex (STAR_SEARCH_STATE *pSS, int from, BOOLEAN WithinClust) STAR_DESCPTR SDPtr = &star_array[pSS->SortedStars[i]]; UNICODE FullName[STAR_SEARCH_BUFSIZE]; UNICODE *ClusterName = GAME_STRING (SDPtr->Postfix); - UNICODE *sptr; - UNICODE *dptr; + const UNICODE *sptr; + const UNICODE *dptr; int dlen; int c;