updated XML interface to new schema

This commit is contained in:
Martin Willi
2007-07-19 10:57:33 +00:00
parent c87395908a
commit ac1557af51
2 changed files with 268 additions and 80 deletions
+1 -1
View File
@@ -931,7 +931,7 @@ static int print(FILE *stream, const struct printf_info *info,
case ID_FQDN:
{
proper = sanitize_chunk(this->encoded);
written = fprintf(stream, "@%.*s", proper.len, proper.ptr);
written = fprintf(stream, "%.*s", proper.len, proper.ptr);
chunk_free(&proper);
return written;
}