From ac17ee667d80334b6e6500e340254a4c85a75657 Mon Sep 17 00:00:00 2001 From: theraysmith Date: Wed, 24 Dec 2008 00:43:34 +0000 Subject: [PATCH] Fixed debugwin path git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@202 d0cd1f9f-072b-0410-8dd7-cf729c803f20 --- ccutil/debugwin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ccutil/debugwin.cpp b/ccutil/debugwin.cpp index eb3a19d73..e3f1f5f2d 100644 --- a/ccutil/debugwin.cpp +++ b/ccutil/debugwin.cpp @@ -231,7 +231,7 @@ DEBUG_WIN::DEBUG_WIN( //constructor length += sprintf (command + length, "trap \"\" 1 2 3 13 15\n"); length += sprintf (command + length, - "/usr/bin/X11/xterm -sb -sl " INT32FORMAT " -geometry " + "/usr/bin/xterm -sb -sl " INT32FORMAT " -geometry " INT32FORMAT "x" INT32FORMAT "", buflines, xsize / 8, ysize / 16); if (xpos >= 0) command[length++] = '+';