diff options
Diffstat (limited to 'ukrainian/iceb/files/patch-buhg::dirnu.c')
-rw-r--r-- | ukrainian/iceb/files/patch-buhg::dirnu.c | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/ukrainian/iceb/files/patch-buhg::dirnu.c b/ukrainian/iceb/files/patch-buhg::dirnu.c deleted file mode 100644 index 3ef334575f48..000000000000 --- a/ukrainian/iceb/files/patch-buhg::dirnu.c +++ /dev/null @@ -1,30 +0,0 @@ -diff -ru --exclude *.bak --exclude Makefile --exclude Makefile.in work.old/buhg/dirnu.c work/buhg/dirnu.c ---- work.old/buhg/dirnu.c Thu Jan 16 00:07:51 2003 -+++ buhg/dirnu.c Tue Jan 21 21:42:50 2003 -@@ -415,7 +415,7 @@ - - case FK1: /*Помощь*/ - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"zarp2_8_1.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"zarp2_8_1.txt"); - prosf(strsql); - clear(); - if(kolstr > 0) -@@ -1805,7 +1805,7 @@ - { - case FK1: /*Помощь*/ - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"zarp2_8_1_1.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"zarp2_8_1_1.txt"); - prosf(strsql); - clear(); - goto naz; -@@ -2133,7 +2133,7 @@ - { - case FK1: /*Помощь*/ - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"zarp2_8_1_3.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"zarp2_8_1_3.txt"); - prosf(strsql); - goto naz; - |