[Gnucash-changes] Remove guile - cashutil sync.

Chris Shoemaker c.shoemaker at cox.net
Sat Oct 1 15:58:33 EDT 2005


On Sat, Oct 01, 2005 at 01:49:43PM -0400, Neil Williams wrote:

> -static void
> -main_helper (void *closure, int argc, char **argv)
> +int
> +main (int argc, char **argv)
>  {
> -  gnc_module_load("gnucash/engine", 0);
> +	qof_init();
> +	if(cashobjects_register()) {
>    test_query_core();
>    test_class();
>    test_querynew();
> +	}
> +	qof_close();
>    print_test_results();

Neil,
        This is not good.  Please fix your editor.  I'm starting to
see this in more and more places you're patching.  After you've fixed
your editor please restore the indentation.

-chris


More information about the gnucash-changes mailing list