[PATCH xquartz 2/2] XQuartz: pbproxy: Fix build with -DDEBUG

Jeremy Huddleston Sequoia jeremyhu at apple.com
Sun Sep 15 08:11:20 PDT 2013


Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu at apple.com>
---
 hw/xquartz/pbproxy/x-selection.m | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/hw/xquartz/pbproxy/x-selection.m b/hw/xquartz/pbproxy/x-selection.m
index 57ddb74..f4f4de8 100644
--- a/hw/xquartz/pbproxy/x-selection.m
+++ b/hw/xquartz/pbproxy/x-selection.m
@@ -85,8 +85,7 @@ static struct propdata null_propdata = {
 static void
 dump_prefs()
 {
-    ErrorF(fp,
-           "pbproxy preferences:\n"
+    ErrorF("pbproxy preferences:\n"
            "\tactive %u\n"
            "\tprimary_on_grab %u\n"
            "\tclipboard_to_pasteboard %u\n"
-- 
1.8.4



More information about the xorg-devel mailing list