blob: 24a7fd358fe937909cc1f958a5905263f723af13 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -ru --exclude *.bak --exclude Makefile --exclude Makefile.in work.old/buhg/vprovgr.c work/buhg/vprovgr.c
--- work.old/buhg/vprovgr.c Thu Jan 16 00:08:01 2003
+++ buhg/vprovgr.c Tue Jan 21 21:42:53 2003
@@ -278,7 +278,7 @@
attroff(VV.VVOD_return_cs(iceb_CFS));
GDITE();
- sprintf(strsql,"%s/doc/%s",putnansi,"buhg3_4.txt");
+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"buhg3_4.txt");
prosf(strsql);
clear();
|