mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-01-18 14:41:36 +08:00
Fixed debugwin path
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@202 d0cd1f9f-072b-0410-8dd7-cf729c803f20
This commit is contained in:
parent
3adf29c25c
commit
ac17ee667d
@ -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++] = '+';
|
||||
|
Loading…
Reference in New Issue
Block a user