diff options
Diffstat (limited to 'ukrainian/iceb/files/patch-buhg::dirtabelo.c')
-rw-r--r-- | ukrainian/iceb/files/patch-buhg::dirtabelo.c | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/ukrainian/iceb/files/patch-buhg::dirtabelo.c b/ukrainian/iceb/files/patch-buhg::dirtabelo.c deleted file mode 100644 index ebfe63518d3f..000000000000 --- a/ukrainian/iceb/files/patch-buhg::dirtabelo.c +++ /dev/null @@ -1,21 +0,0 @@ -diff -ru --exclude *.bak --exclude Makefile --exclude Makefile.in work.old/buhg/dirtabelo.c work/buhg/dirtabelo.c ---- work.old/buhg/dirtabelo.c Thu Jan 16 00:07:51 2003 -+++ buhg/dirtabelo.c Tue Jan 21 21:42:50 2003 -@@ -295,7 +295,7 @@ - - case FK1: /*Помощь*/ - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"zarp2_6.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"zarp2_6.txt"); - prosf(strsql); - clear(); - if(kolstr > 0) -@@ -1006,7 +1006,7 @@ - if(K == FK1) /*Просмотр подсказки*/ - { - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"zarp2_6_1.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"zarp2_6_1.txt"); - prosf(strsql); - clear(); - goto naz; |