diff options
-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 | ||
12 | static const int chunkSize = 16*1024*1024; // 16Mk | 12 | static const int chunkSize = 16*1024*1024; // 16Mk |
13 | static const char schemaFilename[] = "schema.xml"; | 13 | static const char schemaFilename[] = "friends_schema.xml"; |
14 | static const char xmlFilename[] = "friends.xml"; | 14 | static const char xmlFilename[] = "friends.xml"; |
15 | 15 | ||
16 | char buffer[65536]; | 16 | char buffer[65536]; |