fopen_with_path enable path search (directory of recent inputs or
NGSPICE_INPUT_DIR)
This commit is contained in:
parent
5fe236290f
commit
dc5291fa91
|
|
@ -45,7 +45,7 @@ static double *read_file(const char *fn, int span, int offset,
|
||||||
double vals[9];
|
double vals[9];
|
||||||
char buff[1024];
|
char buff[1024];
|
||||||
|
|
||||||
fp = fopen(fn, "r");
|
fp = fopen_with_path(fn, "r");
|
||||||
if (fp == NULL) {
|
if (fp == NULL) {
|
||||||
cm_message_printf("Can not open file %s: %s", fn, strerror(errno));
|
cm_message_printf("Can not open file %s: %s", fn, strerror(errno));
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue