Skip to content
Snippets Groups Projects
Commit c3969c9d authored by Niels Möller's avatar Niels Möller
Browse files

Added more debug.

Rev: lib/modules/Protocols.pmod/X.pmod/Xlib.pmod:1.15
parent 3182c642
Branches
Tags
No related merge requests found
...@@ -419,6 +419,8 @@ class Display ...@@ -419,6 +419,8 @@ class Display
} }
else if (type == "Reply") else if (type == "Reply")
{ {
werror(sprintf("Xlib.Display->process: Reply '%s'\n",
msg));
reply = ([]); reply = ([]);
int length; int length;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment