printf raus

This commit is contained in:
Enno Rehling 2002-03-31 13:23:23 +00:00
parent 8a8b35e82e
commit 9a813092bb
1 changed files with 0 additions and 1 deletions

View File

@ -396,7 +396,6 @@ tagbegin(struct xml_stack * stack)
while (mt[len].number) ++len; while (mt[len].number) ++len;
mt = bt->maintenance = realloc(mt, sizeof(struct maintenance)*(len+2)); mt = bt->maintenance = realloc(mt, sizeof(struct maintenance)*(len+2));
} }
fprintf(stderr, "maintenance %s %d %u\n", bt->_name, len, sizeof(maintenance));
mt[len+1].number = 0; mt[len+1].number = 0;
mt[len].number = xml_ivalue(tag, "amount"); mt[len].number = xml_ivalue(tag, "amount");
rtype = rt_find(xml_value(tag, "type")); rtype = rt_find(xml_value(tag, "type"));