Skip to content

Commit 3896f30

Browse files
authoredNov 23, 2022
Merge pull request #47 from Amphitryon0/build-fix
Fix build error
2 parents 17e0e3d + 029c520 commit 3896f30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎config.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ void validateSetting(const char *path, enum SettingType type, int *errorCount) {
8888
long long llValue;
8989
double floatValue;
9090
int boolValue;
91-
char *stringValue;
91+
const char *stringValue;
9292
case intSetting:
9393
ret = config_lookup_int(config, path, &intValue);
9494
break;

0 commit comments

Comments
 (0)
Please sign in to comment.