mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-13 06:29:11 +00:00
update error message to distinguish conditions
This commit is contained in:
parent
2e4341fad9
commit
5b61e3d3fb
1 changed files with 2 additions and 1 deletions
|
@ -1926,7 +1926,8 @@ int main(int argc, char *argv[]) {
|
||||||
if (loaders.p[i].kernel != NULL &&
|
if (loaders.p[i].kernel != NULL &&
|
||||||
loaders.p[j].kernel != NULL &&
|
loaders.p[j].kernel != NULL &&
|
||||||
strcmp(loaders.p[i].kernel, loaders.p[j].kernel) == 0) {
|
strcmp(loaders.p[i].kernel, loaders.p[j].kernel) == 0) {
|
||||||
Die(prog, "multiple ape loaders specified for the same platform");
|
Die(prog, "multiple ape loaders specified for the same platform "
|
||||||
|
"with matching kernels");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue