diff options
Diffstat (limited to 'storage_xml.c')
| -rw-r--r-- | storage_xml.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/storage_xml.c b/storage_xml.c index 3b67edd4..10cb6495 100644 --- a/storage_xml.c +++ b/storage_xml.c @@ -304,7 +304,7 @@ struct xt_node *xml_generate( irc_t *irc )  		/* This probably looks pretty strange. g_hash_table_foreach  		   is quite a PITA already (but it can't get much better in -		   C without using #define, I'm afraid), and since it +		   C without using #define, I'm afraid), and it  		   doesn't seem to be possible to abort the foreach on write  		   errors, so instead let's use the _find function and  		   return TRUE on write errors. Which means, if we found | 
