mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
ecllib: Temp fix to avoid assert. This fix will be included in the next ecllib release
This commit is contained in:
parent
ba89d348c0
commit
e8d586054c
2
ThirdParty/Ert/lib/ecl/ecl_util.cpp
vendored
2
ThirdParty/Ert/lib/ecl/ecl_util.cpp
vendored
@ -343,7 +343,7 @@ static bool valid_base(const char * input_base, bool * upper_case) {
|
||||
base = input_base;
|
||||
|
||||
for (int i=0; i < strlen(base); i++) {
|
||||
char c = base[i];
|
||||
unsigned char c = base[i];
|
||||
|
||||
if (isupper(c))
|
||||
upper = true;
|
||||
|
Loading…
Reference in New Issue
Block a user