pike.git/
src/
main.c
Branch:
Tag:
Non-build tags
All tags
No tags
2014-08-21
2014-08-21 18:00:22 by Martin Nilsson <nilsson@opera.com>
846e015cf77877892bba42b4f32637b3801cc9ba (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
8.0
Added const to master_file_location.
92:
#endif static const char _master_location[MAXPATHLEN+CONSTANT_STRLEN(MASTER_COOKIE)] = MASTER_COOKIE;
-
static char *master_file_location = _master_location + CONSTANT_STRLEN(MASTER_COOKIE);
+
static
const
char *master_file_location = _master_location + CONSTANT_STRLEN(MASTER_COOKIE);
static void set_master(const char *file) {