Merge remote-tracking branch 'origin/master'

This commit is contained in:
John
2021-09-11 14:59:45 +02:00
3 changed files with 13 additions and 8 deletions
+1 -1
View File
@@ -904,7 +904,7 @@ int main(int argc, char* argv[]) {
printFileChecksum();
exit(EXIT_SUCCESS);
} else {
argp_help(&aargp, stderr, ARGP_HELP_STD_ERR, "ebuspicloader");
argp_help(&aargp, stderr, ARGP_HELP_STD_ERR, const_cast<char*>("ebuspicloader"));
exit(EXIT_FAILURE);
}
}