Browse Source

typo

pre-master-46
Holger Vogt 2 years ago
parent
commit
d1abc8f6c7
  1. 2
      src/xspice/icm/dlmain.c

2
src/xspice/icm/dlmain.c

@ -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) {

Loading…
Cancel
Save