diff options
Diffstat (limited to 'ukrainian/iceb/files/patch-buhg::copdok.c')
-rw-r--r-- | ukrainian/iceb/files/patch-buhg::copdok.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ukrainian/iceb/files/patch-buhg::copdok.c b/ukrainian/iceb/files/patch-buhg::copdok.c new file mode 100644 index 000000000000..d9fca82d6374 --- /dev/null +++ b/ukrainian/iceb/files/patch-buhg::copdok.c @@ -0,0 +1,12 @@ +diff -ru --exclude *.bak --exclude Makefile --exclude Makefile.in work.old/buhg/copdok.c work/buhg/copdok.c +--- work.old/buhg/copdok.c Thu Jan 16 00:07:50 2003 ++++ buhg/copdok.c Tue Jan 21 21:42:49 2003 +@@ -98,7 +98,7 @@ + { + case FK1: /*Помощь*/ + GDITE(); +- sprintf(strsql,"%s/doc/%s",putnansi,"matu2_1_2d.txt"); ++ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"matu2_1_2d.txt"); + prosf(strsql); + clear(); + goto naz; |