summaryrefslogtreecommitdiff
path: root/updater/xmldata.cpp
diff options
context:
space:
mode:
author(no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10>2010-11-14 17:42:50 +0000
committer(no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10>2010-11-14 17:42:50 +0000
commit7d2426dbfc3cf59ae481ad2a88199e8a23cb2f67 (patch)
tree2b539b07e1fba2fa48d1e1eb6f0e8b33e39fe7d2 /updater/xmldata.cpp
parentf7c0b2142a05a2e701ff45a1a721d50b0c35ddb0 (diff)
Reduced dll size
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@566 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'updater/xmldata.cpp')
-rw-r--r--updater/xmldata.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/updater/xmldata.cpp b/updater/xmldata.cpp
index e98fd51..02017d7 100644
--- a/updater/xmldata.cpp
+++ b/updater/xmldata.cpp
@@ -3,9 +3,9 @@
const char *category_files[] = { "category_plugins", "category_localisation" };
-BYTE *pData[NUM_CATEGORIES] = {0};
-int dataLength[NUM_CATEGORIES] = {0};
-ezxml_t doc[NUM_CATEGORIES] = {0};
+BYTE *pData[NUM_CATEGORIES];
+int dataLength[NUM_CATEGORIES];
+ezxml_t doc[NUM_CATEGORIES];
bool XMLDataAvailable(const Category cat) {
return (pData[cat] && dataLength[cat]);