aboutsummaryrefslogtreecommitdiff
path: root/src/xml.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-08-29 09:20:39 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-08-29 09:20:39 +0000
commit464950f90834aeea209d45eabcd42c82c19bdecf (patch)
tree8d2cc91ef2dd996f25c8f15847bca0a32fbb42dc /src/xml.c
parentfd81b311ec471b5dc83b20fd33eb2a7f7493d8a0 (diff)
made debug_mode static variable in utils.c.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@522 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/xml.c')
-rw-r--r--src/xml.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xml.c b/src/xml.c
index 67c4ba1b..e9c4adf8 100644
--- a/src/xml.c
+++ b/src/xml.c
@@ -153,7 +153,7 @@ GNode *xml_parse_file(const gchar *path)
xml_close_file(file);
#if defined(SPARSE_MEMORY)
- if (debug_mode)
+ if (get_debug_mode())
string_table_get_stats(xml_string_table);
#endif