This commit is contained in:
Holger Vogt 2023-12-22 13:11:21 +01:00
parent c53b32ffa8
commit d1abc8f6c7
1 changed files with 1 additions and 1 deletions

View File

@ -467,7 +467,7 @@ FILE *fopen_with_path(const char *path, const char *mode)
{
FILE *fp;
if((path[0] != '/') && (path[1] != ':')) { /* path absolue (probably) */
if((path[0] != '/') && (path[1] != ':')) { /* path is (probably) not absolute */
// const char *x = getenv("ngspice_vpath");
const char *x = cm_get_path();
if (x) {