From 9c714d3e12068cd648fa0e4ad6daa12c2dbaedd2 Mon Sep 17 00:00:00 2001 From: Chris Shoemaker Date: Sun, 14 May 2006 11:59:39 +0000 Subject: [PATCH] Undo accidental revert of part of r13713 by r14026. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14038 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/backend/file/io-gncxml-v2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/file/io-gncxml-v2.c b/src/backend/file/io-gncxml-v2.c index 6930207401..b895a2c698 100644 --- a/src/backend/file/io-gncxml-v2.c +++ b/src/backend/file/io-gncxml-v2.c @@ -400,7 +400,7 @@ gnc_counter_end_handler(gpointer data_for_children, * entirely within its rights to refuse to read this bad * attribute. Gnucash will function correctly without the data * in this tag, so just let the error pass. */ - ret = FALSE; + ret = TRUE; } }