commit | e2f92de6a90ae11a6d8e01bd17fd88b005516835 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Sat Nov 11 13:06:26 2017 +0200 |
committer | GitHub <noreply@github.com> | Sat Nov 11 13:06:26 2017 +0200 |
tree | a5bc255a98f488e5ecf195dc3f55665e9afecc47 | |
parent | e184cfd7bf8bcfd160e3b611d4351ca3ce52d9e2 [diff] [blame] |
Add the const qualifier to "char *" variables that refer to literal strings. (#4370)
diff --git a/PC/bdist_wininst/install.c b/PC/bdist_wininst/install.c index 4f9ef6c..04323eb 100644 --- a/PC/bdist_wininst/install.c +++ b/PC/bdist_wininst/install.c
@@ -1614,7 +1614,7 @@ if (count == 0) { char Buffer[4096]; - char *msg; + const char *msg; if (target_version && target_version[0]) { wsprintf(Buffer, "Python version %s required, which was not found"