diff options
Diffstat (limited to 'ukrainian/iceb/files/patch-buhg::zarsr.c')
-rw-r--r-- | ukrainian/iceb/files/patch-buhg::zarsr.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ukrainian/iceb/files/patch-buhg::zarsr.c b/ukrainian/iceb/files/patch-buhg::zarsr.c new file mode 100644 index 000000000000..93f1c8877780 --- /dev/null +++ b/ukrainian/iceb/files/patch-buhg::zarsr.c @@ -0,0 +1,12 @@ +diff -ru --exclude *.bak --exclude Makefile --exclude Makefile.in work.old/buhg/zarsr.c work/buhg/zarsr.c +--- work.old/buhg/zarsr.c Thu Jan 16 00:08:02 2003 ++++ buhg/zarsr.c Tue Jan 21 21:42:54 2003 +@@ -73,7 +73,7 @@ + + case FK1: + GDITE(); +- sprintf(strsql,"%s/doc/%s",putnansi,"zarp4_3_11.txt"); ++ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"zarp4_3_11.txt"); + prosf(strsql); + goto naz; + |