From 8db8400ab45314f33cec9dd0c8c8b0187f2f7fbb Mon Sep 17 00:00:00 2001 From: Klaus Kaempf Date: Wed, 3 Sep 2008 15:09:59 +0000 Subject: [PATCH] input to makeevr is const --- tools/tools_util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.7.4