Merge branch 'master' into jgrpp
# Conflicts: # .github/workflows/release-macos.yml # src/company_gui.cpp # src/linkgraph/linkgraph.cpp # src/newgrf_debug_gui.cpp # src/strgen/strgen_base.cpp # src/timetable_gui.cpp
This commit is contained in:
@@ -186,7 +186,7 @@ bool GetArgumentInteger(uint32 *value, const char *arg)
|
||||
return true;
|
||||
}
|
||||
|
||||
*value = strtoul(arg, &endptr, 0);
|
||||
*value = std::strtoul(arg, &endptr, 0);
|
||||
return arg != endptr;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user