mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-28 00:21:53 +03:00
Tried to build libxml2-2.2.5
Automake is a fucking piece of ugly shit full of tricks and without any kind of sensible documentation or logic :-((((((((( Daniel, pissed !
This commit is contained in:
@ -572,7 +572,8 @@ void xmlDebugDumpOneNode(FILE *output, xmlNodePtr node, int depth) {
|
||||
return;
|
||||
default:
|
||||
fprintf(output, shift);
|
||||
fprintf(output, "NODE_%d\n", node->type);
|
||||
fprintf(output, "NODE_%d !!!\n", node->type);
|
||||
return;
|
||||
}
|
||||
if (node->doc == NULL) {
|
||||
fprintf(output, shift);
|
||||
|
Reference in New Issue
Block a user