]> git.pld-linux.org Git - packages/gocr.git/blob - gocr-paths.patch
- BR: automake
[packages/gocr.git] / gocr-paths.patch
1 --- gocr-0.3.6/frontend/gnome/src/functions.c~  Sun May 12 14:36:29 2002
2 +++ gocr-0.3.6/frontend/gnome/src/functions.c   Sun May 12 14:36:29 2002
3 @@ -209,7 +209,7 @@
4                         "DUST=%d\n"
5                         "SPACE=%d\n"
6                         "VIEWER=%s\n"
7 -                       "PATH=/usr/local/bin/gocr\n",
8 +                       "PATH=/usr/bin/gocr\n",
9                         nGrey,
10                         nDust,
11                         nSpace,
12 @@ -334,8 +334,8 @@
13    gtk_widget_show ( GTK_WIDGET (label));
14    if ( Path == NULL)
15      {
16 -      Path = g_malloc(strlen("/usr/local/bin/gocr\0"+1));
17 -      sprintf(Path,"/usr/local/bin/gocr");
18 +      Path = g_malloc(strlen("/usr/bin/gocr\0"+1));
19 +      sprintf(Path,"/usr/bin/gocr");
20      }
21  
22    TxtPath=gtk_entry_new();
This page took 0.087198 seconds and 3 git commands to generate.