|
From: Petr M. <mi...@ph...> - 2007-06-04 21:57:56
|
> The other day Petr made a change to rid the int_error() function. Rather than > putting "Warning:" in the printf, could the int_warn() function be used as in > the attached patch instead? > gnuplot-history/src/history.c > - fprintf(stderr, "Warning: cannot open file %s for saving the history.", filename); > + int_warn(NO_CARET, "cannot open file %s for saving the history.", filename); Yes, it seems to work. Is it needed to change it? --- PM |