Minor change.

This commit is contained in:
Árpád Bűrmen 2024-07-06 23:24:11 +02:00 committed by Holger Vogt
parent 106d2a93cf
commit 67df0c227b
1 changed files with 1 additions and 1 deletions

View File

@ -392,7 +392,7 @@ extern OsdiObjectFile load_object_file(const char *input) {
(OSDI_VERSION_MAJOR == 0 && OSDI_VERSION_MINOR >= 4) ||
OSDI_VERSION_MAJOR >= 1
)) {
printf("NGSPICE supports OpenVAF-reloaded OSDI>=v0.4 but \"%s\" uses v%d.%d!",
printf("NGSPICE supports OpenVAF-reloaded OSDI version >= 0.4 but \"%s\" uses v%d.%d!",
path, OSDI_VERSION_MAJOR, OSDI_VERSION_MINOR);
txfree(path);
return INVALID_OBJECT;