On Thu, Nov 24, 2022 at 5:55 AM Marcin Błażejowski <mar...@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
_______________________________________________
Gretl-devel mailing list -- gretl-devel@gretlml.univpm.it
To unsubscribe send an email to gretl-devel-le...@gretlml.univpm.it
Website: 
https://gretlml.univpm.it/postorius/lists/gretl-devel.gretlml.univpm.it/

Reply via email to