[PATCH] Avoid use of uninitialized values in guid.c

Chris Shoemaker c.shoemaker at cox.net
Mon Feb 14 14:02:41 EST 2005


On Sun, Feb 13, 2005 at 06:13:33PM -0500, Derek Atkins wrote:
> >  main (int argc, char **argv)
> >  {
> > -  scm_boot_guile(argc, argv, main_helper, NULL);
> > +  /* scm_boot_guile(argc, argv, main_helper, NULL); */
> > +  main_helper(NULL, argc, argv);
> >    return 0;
> 
> Why did you remove the scheme loading here?

Oh, I remember.  It was just a simplification for debugging purposes.
I was running with valgrind and gdb, and was just removing stuff
unrelated to the bugs.

-chris



More information about the gnucash-patches mailing list