Skip to content

Commit

Permalink
Fixed debugwin path
Browse files Browse the repository at this point in the history
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@202 d0cd1f9f-072b-0410-8dd7-cf729c803f20
  • Loading branch information
theraysmith committed Dec 24, 2008
1 parent 3adf29c commit ac17ee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ccutil/debugwin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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++] = '+';
Expand Down

0 comments on commit ac17ee6

Please sign in to comment.