summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--messenger/XML_Parser/friends_parser.c (renamed from messenger/XML_Parser/main.c)2
1 files changed, 1 insertions, 1 deletions
diff --git a/messenger/XML_Parser/main.c b/messenger/XML_Parser/friends_parser.c
index 28e8ba60..c17d0868 100644
--- a/messenger/XML_Parser/main.c
+++ b/messenger/XML_Parser/friends_parser.c
@@ -10,7 +10,7 @@
10#include "asm-xml.h" 10#include "asm-xml.h"
11 11
12static const int chunkSize = 16*1024*1024; // 16Mk 12static const int chunkSize = 16*1024*1024; // 16Mk
13static const char schemaFilename[] = "schema.xml"; 13static const char schemaFilename[] = "friends_schema.xml";
14static const char xmlFilename[] = "friends.xml"; 14static const char xmlFilename[] = "friends.xml";
15 15
16char buffer[65536]; 16char buffer[65536];