On Thu, Nov 24, 2022 at 5:55 AM Marcin Błażejowski <marcin(a)wrzosy.nsb.pl> wrote:
which function may produce an error: "bundle_print_function: bundle name
is empty string"? I tried to find it in all source tree but I can't
figure out in which file it is coded.
myrtle:~/src$ find . -name "*.c" | xargs grep bundle_print_funct
./gui/session.c: done = try_exec_bundle_print_function(b, prn);
./gui/fncall.c: if (try_exec_bundle_print_function(bundle, prn)) {
./gui/fncall.c:int try_exec_bundle_print_function (gretl_bundle *b, PRN *prn)
./gui/fncall.c: fprintf(stderr, "bundle_print_function: bundle name is %s\n",
So it's in gui/fncall.c.
Allin