summaryrefslogtreecommitdiffstats
path: root/src/rccxml.c
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@dside.dyndns.org>2005-07-05 15:06:52 +0000
committerSuren A. Chilingaryan <csa@dside.dyndns.org>2005-07-05 15:06:52 +0000
commit550bda3e54a0895e027fee14860f14171a357ac9 (patch)
tree491fe42222b457dfb988f57f6dd190ab5fc9f5ff /src/rccxml.c
parent9922cef1af71786ae788903b52a8968e5775d510 (diff)
downloadlibrcc-550bda3e54a0895e027fee14860f14171a357ac9.tar.gz
librcc-550bda3e54a0895e027fee14860f14171a357ac9.tar.bz2
librcc-550bda3e54a0895e027fee14860f14171a357ac9.tar.xz
librcc-550bda3e54a0895e027fee14860f14171a357ac9.zip
Recoding Fixes
Diffstat (limited to 'src/rccxml.c')
-rw-r--r--src/rccxml.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/rccxml.c b/src/rccxml.c
index 8283a39..f40853f 100644
--- a/src/rccxml.c
+++ b/src/rccxml.c
@@ -75,7 +75,6 @@ int rccXmlInit() {
if (pos == RCC_MAX_LANGUAGES) goto clear;
for (npos = 0; rcc_default_language_names[npos].sn; npos++);
- puts("+++");
nnodes = node_set->nodeNr;
@@ -85,11 +84,9 @@ int rccXmlInit() {
lang = attr->children->content;
if ((!lang)||(!lang[0])) continue;
- puts(lang);
for (cpos=1,fullname=NULL,node=pnode->children;node;node=node->next) {
if (node->type != XML_ELEMENT_NODE) continue;
- puts(node->name);
if (!xmlStrcmp(node->name, "Charsets")) {
for (cpos = 0, cnode=node->children;cnode;cnode=cnode->next) {
if (cnode->type != XML_ELEMENT_NODE) continue;