forked from github/server
this obviously cannot be const, then. fix the build.
This commit is contained in:
parent
077a0aeeef
commit
89ce04a6c3
|
@ -14,7 +14,7 @@ typedef struct locale_str {
|
|||
} locale_str;
|
||||
|
||||
typedef struct locale {
|
||||
const char *name;
|
||||
char *name;
|
||||
unsigned int index;
|
||||
struct locale *next;
|
||||
unsigned int hashkey;
|
||||
|
|
Loading…
Reference in New Issue