summaryrefslogtreecommitdiff
blob: 7931de3fd8dc68f2cf6424f0088726f350681883 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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++] = '+';