From: Klaus Kaempf Date: Wed, 3 Sep 2008 15:09:59 +0000 (+0000) Subject: input to makeevr is const X-Git-Tag: BASE-SuSE-Code-12_1-Branch~543 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8db8400ab45314f33cec9dd0c8c8b0187f2f7fbb;p=platform%2Fupstream%2Flibsolv.git input to makeevr is const --- diff --git a/tools/tools_util.h b/tools/tools_util.h index 15e38ca..ed7022d 100644 --- a/tools/tools_util.h +++ b/tools/tools_util.h @@ -25,7 +25,7 @@ struct parsedata_common { }; static inline Id -makeevr(Pool *pool, char *s) +makeevr(Pool *pool, const char *s) { if (!strncmp(s, "0:", 2) && s[2]) s += 2;