Fixed debugwin path

git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@202 d0cd1f9f-072b-0410-8dd7-cf729c803f20
This commit is contained in:
theraysmith 2008-12-24 00:43:34 +00:00
parent 3adf29c25c
commit ac17ee667d

View File

@ -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++] = '+';