blob: da35f2ccb9836d875ba988833c9786fd0cef255a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- libpolyml/xwindows.cpp.orig 2020-07-17 08:44:22 UTC
+++ libpolyml/xwindows.cpp
@@ -7302,7 +7302,7 @@ static void DebugPrintWord(PolyWord P /* was X_Object
: printf("Old Display <%p>",P.AsAddress()));
return;
- default: printf("Pointer "ZERO_X"%p",P.AsAddress());
+ default: printf("Pointer 'ZERO_X' %p", P.AsAddress());
return;
}
}
|