diff --exclude='*~' -Naur tesseract-1.0.orig/ccutil/debugwin.cpp tesseract-1.0/ccutil/debugwin.cpp --- tesseract-1.0.orig/ccutil/debugwin.cpp 2006-06-16 18:17:04.000000000 -0400 +++ tesseract-1.0/ccutil/debugwin.cpp 2006-09-05 11:30:24.000000000 -0400 @@ -229,7 +229,7 @@ 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++] = '+';