Minor change.

This commit is contained in:
Árpád Bűrmen 2024-07-06 23:20:58 +02:00 committed by Holger Vogt
parent 45ed95d91e
commit 106d2a93cf
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>=0.4 but \"%s\" uses v%d.%d!",
printf("NGSPICE supports OpenVAF-reloaded OSDI>=v0.4 but \"%s\" uses v%d.%d!",
path, OSDI_VERSION_MAJOR, OSDI_VERSION_MINOR);
txfree(path);
return INVALID_OBJECT;