diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-11 01:56:33 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-11 01:56:33 +0000 |
commit | 9a630d51d89cb0893db6c8a56e946539d9d4aaf6 (patch) | |
tree | c6ad697c939c0cd0f421e87586745d1330de6420 /ukrainian/iceb/files/patch-buhg::vmat.c | |
parent | add WWW (diff) |
- Update to 5.60
PR: ports/61187
Submitted by: Vadim Chekan <vchekan@softline.kiev.ua> (maintainer)
Notes
Notes:
svn path=/head/; revision=97896
Diffstat (limited to 'ukrainian/iceb/files/patch-buhg::vmat.c')
-rw-r--r-- | ukrainian/iceb/files/patch-buhg::vmat.c | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/ukrainian/iceb/files/patch-buhg::vmat.c b/ukrainian/iceb/files/patch-buhg::vmat.c deleted file mode 100644 index 9a30d82557b7..000000000000 --- a/ukrainian/iceb/files/patch-buhg::vmat.c +++ /dev/null @@ -1,38 +0,0 @@ -diff -ru --exclude *.bak --exclude Makefile --exclude Makefile.in work.old/buhg/vmat.c work/buhg/vmat.c ---- work.old/buhg/vmat.c Thu Jan 16 00:08:00 2003 -+++ buhg/vmat.c Tue Jan 21 21:42:52 2003 -@@ -608,7 +608,7 @@ - if(cp == 1) - { - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"matu2_1_2f.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"matu2_1_2f.txt"); - prosf(strsql); - clear(); - } -@@ -616,14 +616,14 @@ - if(tipz == 1 && cp == 0) - { - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"matu2_1_2g.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"matu2_1_2g.txt"); - prosf(strsql); - clear(); - } - if(tipz == 2 && cp == 0) - { - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"matu2_1_2s.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"matu2_1_2s.txt"); - prosf(strsql); - clear(); - } -@@ -1318,7 +1318,7 @@ - { - attroff(VV.VVOD_return_cs(iceb_CFS)); - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"matu2_1_2g1.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"matu2_1_2g1.txt"); - prosf(strsql); - clear(); - goto naz; |