mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
New port: Ukrainian accounting system. New port of Ukrainian accounting system with curses GUI.
Ukrainian accounting system with curses GUI. Hardware support: - many cache registers - bar-code scanners Includes: - main book - matheriasl accounting - service accounting - salary calculation - payment documents - cachier orders accounting WWW: http://www.iceb.vinnitsa.com/ From commitor: Doesn't work on -current. Have spend way too much time finding out why not. Works on -stable. PR: ports/47809 Submitted by: Vadim Chekan <vchekan@softline.kiev.ua>
This commit is contained in:
parent
7017126b91
commit
d1ff71e9e2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=90784
@ -3,6 +3,7 @@
|
||||
|
||||
SUBDIR += aspell
|
||||
SUBDIR += gd
|
||||
SUBDIR += iceb
|
||||
SUBDIR += kde3-i18n
|
||||
SUBDIR += koffice-i18n
|
||||
SUBDIR += monacofonts
|
||||
|
47
ukrainian/iceb/Makefile
Normal file
47
ukrainian/iceb/Makefile
Normal file
@ -0,0 +1,47 @@
|
||||
# New ports collection makefile for: iceb
|
||||
# Date created: 20 December 2002
|
||||
# Whom: Vadim Chekan <vchekan@softline.kiev.ua>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= iceb
|
||||
PORTVERSION= 5.35
|
||||
CATEGORIES= ukrainian finance
|
||||
MASTER_SITES= http://www.iceb.vinnitsa.com/download/
|
||||
|
||||
MAINTAINER= vchekan@softline.kiev.ua
|
||||
COMMENT= Ukrainian accounting system
|
||||
|
||||
USE_MYSQL= yes
|
||||
WANT_MYSQL_VER= 323
|
||||
USE_GMAKE= yes
|
||||
#MAKE_FLAGS= -j2
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LIBTOOL= yes
|
||||
USE_AUTOCONF= yes
|
||||
USE_AUTOMAKE= yes
|
||||
USE_REINPLACE= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
CONFIGURE_ARGS= \
|
||||
--prefix=${PREFIX} \
|
||||
--with-lang=ua \
|
||||
--with-lock-dir=/var/spool/lock \
|
||||
--with-config-path=${PREFIX}/etc/iceb \
|
||||
--with-lang-path=${PREFIX}/share/nls/uk_UA.KOI8-U
|
||||
CFLAGS+= -I${LOCALBASE}/include/mysql -L${LOCALBASE}/lib/mysql
|
||||
CONFIGURE_ENV= ICEB_DB_LIB=${LOCALBASE}/lib/mysql
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} > 500000
|
||||
BROKEN= Doesn't compile on -current
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e 's,/usr/local,${PREFIX},g' ${WRKSRC}/configure.in
|
||||
|
||||
pre-configure:
|
||||
${MKDIR} ${PREFIX}/share/nls/uk_UA.KOI8-U
|
||||
|
||||
.include <bsd.port.post.mk>
|
1
ukrainian/iceb/distinfo
Normal file
1
ukrainian/iceb/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (iceb-5.35.tar.gz) = 565035d68147e9085c39ef9f4be9db95
|
30
ukrainian/iceb/files/patch-buhg::Makefile.am
Normal file
30
ukrainian/iceb/files/patch-buhg::Makefile.am
Normal file
@ -0,0 +1,30 @@
|
||||
diff -ru --exclude Makefile work.old/buhg/Makefile.am work/buhg/Makefile.am
|
||||
--- buhg/Makefile.am Sun Jan 12 14:47:17 2003
|
||||
+++ buhg/Makefile.am Sun Jan 12 15:14:26 2003
|
||||
@@ -16,8 +16,6 @@
|
||||
# Individual libraries
|
||||
#
|
||||
|
||||
-bb_LDADD = $(top_builddir)/libutil/libutil.la @ICEB_CURSES_LIB@ $(top_builddir)/libscr/libscr.la
|
||||
-
|
||||
sozsqlbaz_LDADD = $(top_builddir)/libscr/libscr.la @ICEB_CURSES_LIB@ \
|
||||
$(top_builddir)/libutil/libutil.la \
|
||||
$(top_builddir)/libsql/libsql.la @ICEB_DB_LIB@
|
||||
@@ -257,5 +255,5 @@
|
||||
poiin.c poiinpd.c
|
||||
|
||||
bin_PROGRAMS = sozsqlbaz dostup startxbu xbu xmu xdk xzp xuos xusl xkas \
|
||||
- xpro mariq rozn saldo kassa bb spec uos23
|
||||
+ xpro mariq rozn saldo kassa spec uos23
|
||||
|
||||
diff -ru --exclude *.bak --exclude Makefile --exclude Makefile.in work.old/buhg/Makefile.am work/buhg/Makefile.am
|
||||
--- work.old/buhg/Makefile.am Thu Jan 16 00:08:03 2003
|
||||
+++ buhg/Makefile.am Tue Jan 21 21:36:44 2003
|
||||
@@ -1,6 +1,7 @@
|
||||
SUBDIRS=bx doc
|
||||
CC = ${CXX}
|
||||
CONFIG_PATH=$(libdir)/iceB
|
||||
+CFLAGS += -DICEB_DOC_PATH="\""@datadir@/doc/iceb"\""
|
||||
|
||||
INCLUDES = -I$(top_srcdir)/libscr -I$(top_srcdir)/libutil \
|
||||
-I$(top_srcdir)/libbuh -I$(top_srcdir)/libsql \
|
12
ukrainian/iceb/files/patch-buhg::alimdbf.c
Normal file
12
ukrainian/iceb/files/patch-buhg::alimdbf.c
Normal file
@ -0,0 +1,12 @@
|
||||
diff -ru --exclude *.bak --exclude Makefile --exclude Makefile.in work.old/buhg/alimdbf.c work/buhg/alimdbf.c
|
||||
--- work.old/buhg/alimdbf.c Thu Jan 16 00:08:26 2003
|
||||
+++ buhg/alimdbf.c Tue Jan 21 21:42:49 2003
|
||||
@@ -96,7 +96,7 @@
|
||||
|
||||
case FK1:
|
||||
GDITE();
|
||||
- sprintf(strsql,"%s/doc/%s",putnansi,"zarp4_4_1.txt");
|
||||
+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"zarp4_4_1.txt");
|
||||
prosf(strsql);
|
||||
goto naz;
|
||||
|
22
ukrainian/iceb/files/patch-buhg::bx::Makefile.am
Normal file
22
ukrainian/iceb/files/patch-buhg::bx::Makefile.am
Normal file
@ -0,0 +1,22 @@
|
||||
diff -ru iceb-5.35.old/buhg/bx/Makefile.am buhg/bx/Makefile.am
|
||||
--- buhg/bx/Makefile.am Sat Jul 21 09:10:15 2001
|
||||
+++ buhg/bx/Makefile.am Sun Jan 12 00:11:22 2003
|
||||
@@ -1,15 +1,15 @@
|
||||
# $Id: Makefile.am,v 5.1 2001/07/21 09:10:15 yuk Exp $
|
||||
#
|
||||
|
||||
-CONFDIR=@CONFIG_PATH@/bx
|
||||
+CONFDIR=@CONFIG_PATH@/bx.sample
|
||||
#------------------------------------------------------------
|
||||
|
||||
all: ;
|
||||
|
||||
install:
|
||||
@if [ \! -d $(CONFDIR) ]; then \
|
||||
- $(INSTALL) -d $(CONFDIR) ;\
|
||||
- $(INSTALL_DATA) *.alx $(CONFDIR) ;\
|
||||
+ $(mkinstalldirs) $(CONFDIR); \
|
||||
+ $(INSTALL_DATA) $(srcdir)/*.alx $(CONFDIR) ;\
|
||||
fi
|
||||
|
||||
uninstall:
|
21
ukrainian/iceb/files/patch-buhg::bx::nastsys.alx
Normal file
21
ukrainian/iceb/files/patch-buhg::bx::nastsys.alx
Normal file
@ -0,0 +1,21 @@
|
||||
diff -ru --exclude *.in iceb-5.35.old/buhg/bx/nastsys.alx buhg/bx/nastsys.alx
|
||||
--- buhg/bx/nastsys.alx Fri Sep 6 09:10:27 2002
|
||||
+++ buhg/bx/nastsys.alx Tue Dec 24 00:07:41 2002
|
||||
@@ -1,14 +1,14 @@
|
||||
|
||||
-Редактор|joe
|
||||
+Редактор|ee
|
||||
Системный принтер|lpr
|
||||
Локальный принтер|prterm
|
||||
Снять с очереди на печать|lprm
|
||||
Просмотр очереди на печать|lpq
|
||||
-Просмотрщик файлов|mc -v
|
||||
+Просмотрщик файлов|less
|
||||
Копирование на ДОС дискету|mcopy -o
|
||||
Устройство ДОС для копирования|a:
|
||||
Удаление распечаток|Включено
|
||||
Печатать фамилию оператора в распечатках отчетов|Включено
|
||||
|
||||
Принтеры поддерживающие двухсторонюю печать|
|
||||
-Ключ для задания двухсторонней печати| -o sides=two-sided-long-edge
|
||||
+Ключ для задания двухсторонней печати| -o sides=two-sided-long-edge
|
12
ukrainian/iceb/files/patch-buhg::copdok.c
Normal file
12
ukrainian/iceb/files/patch-buhg::copdok.c
Normal file
@ -0,0 +1,12 @@
|
||||
diff -ru --exclude *.bak --exclude Makefile --exclude Makefile.in work.old/buhg/copdok.c work/buhg/copdok.c
|
||||
--- work.old/buhg/copdok.c Thu Jan 16 00:07:50 2003
|
||||
+++ buhg/copdok.c Tue Jan 21 21:42:49 2003
|
||||
@@ -98,7 +98,7 @@
|
||||
{
|
||||
case FK1: /*ğÏÍÏİØ*/
|
||||
GDITE();
|
||||
- sprintf(strsql,"%s/doc/%s",putnansi,"matu2_1_2d.txt");
|
||||
+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"matu2_1_2d.txt");
|
||||
prosf(strsql);
|
||||
clear();
|
||||
goto naz;
|
12
ukrainian/iceb/files/patch-buhg::copdoku.c
Normal file
12
ukrainian/iceb/files/patch-buhg::copdoku.c
Normal file
@ -0,0 +1,12 @@
|
||||
diff -ru --exclude *.bak --exclude Makefile --exclude Makefile.in work.old/buhg/copdoku.c work/buhg/copdoku.c
|
||||
--- work.old/buhg/copdoku.c Thu Jan 16 00:07:50 2003
|
||||
+++ buhg/copdoku.c Tue Jan 21 21:42:49 2003
|
||||
@@ -94,7 +94,7 @@
|
||||
case FK1: /*ğÏÍÏİØ*/
|
||||
GDITE();
|
||||
/*
|
||||
- sprintf(strsql,"%s/doc/%s",putnansi,"matu2_1_2d.txt");
|
||||
+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"matu2_1_2d.txt");
|
||||
prosf(strsql);
|
||||
clear();
|
||||
*/
|
12
ukrainian/iceb/files/patch-buhg::denrog.c
Normal file
12
ukrainian/iceb/files/patch-buhg::denrog.c
Normal file
@ -0,0 +1,12 @@
|
||||
diff -ru --exclude *.bak --exclude Makefile --exclude Makefile.in work.old/buhg/denrog.c work/buhg/denrog.c
|
||||
--- work.old/buhg/denrog.c Thu Jan 16 00:07:50 2003
|
||||
+++ buhg/denrog.c Tue Jan 21 21:42:49 2003
|
||||
@@ -82,7 +82,7 @@
|
||||
|
||||
case FK1: /*ğÏÍÏİØ*/
|
||||
GDITE();
|
||||
- sprintf(strsql,"%s/doc/%s",putnansi,"zarp4_3_1_1.txt");
|
||||
+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"zarp4_3_1_1.txt");
|
||||
prosf(strsql);
|
||||
goto naz;
|
||||
|
12
ukrainian/iceb/files/patch-buhg::diramort.c
Normal file
12
ukrainian/iceb/files/patch-buhg::diramort.c
Normal file
@ -0,0 +1,12 @@
|
||||
diff -ru --exclude *.bak --exclude Makefile --exclude Makefile.in work.old/buhg/diramort.c work/buhg/diramort.c
|
||||
--- work.old/buhg/diramort.c Thu Jan 16 00:07:50 2003
|
||||
+++ buhg/diramort.c Tue Jan 21 21:42:49 2003
|
||||
@@ -244,7 +244,7 @@
|
||||
|
||||
case FK1: /*ĞÏÍÏİØ*/
|
||||
GDITE();
|
||||
- sprintf(strsql,"%s/doc/%s",putnansi,"uos8.txt");
|
||||
+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"uos8.txt");
|
||||
prosf(strsql);
|
||||
clear();
|
||||
goto naz1;
|
12
ukrainian/iceb/files/patch-buhg::diramortby.c
Normal file
12
ukrainian/iceb/files/patch-buhg::diramortby.c
Normal file
@ -0,0 +1,12 @@
|
||||
diff -ru --exclude *.bak --exclude Makefile --exclude Makefile.in work.old/buhg/diramortby.c work/buhg/diramortby.c
|
||||
--- work.old/buhg/diramortby.c Thu Jan 16 00:07:50 2003
|
||||
+++ buhg/diramortby.c Tue Jan 21 21:42:49 2003
|
||||
@@ -223,7 +223,7 @@
|
||||
|
||||
case FK1: /*ĞÏÍÏİØ*/
|
||||
GDITE();
|
||||
- sprintf(strsql,"%s/doc/%s",putnansi,"uos8.txt");
|
||||
+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"uos8.txt");
|
||||
prosf(strsql);
|
||||
clear();
|
||||
goto naz1;
|
12
ukrainian/iceb/files/patch-buhg::dirdok.c
Normal file
12
ukrainian/iceb/files/patch-buhg::dirdok.c
Normal file
@ -0,0 +1,12 @@
|
||||
diff -ru --exclude *.bak --exclude Makefile --exclude Makefile.in work.old/buhg/dirdok.c work/buhg/dirdok.c
|
||||
--- work.old/buhg/dirdok.c Thu Jan 16 00:07:50 2003
|
||||
+++ buhg/dirdok.c Tue Jan 21 21:42:49 2003
|
||||
@@ -547,7 +547,7 @@
|
||||
|
||||
case FK1: /*ğÏÍÏİØ*/
|
||||
GDITE();
|
||||
- sprintf(strsql,"%s/doc/%s",putnansi,"matu2_1_2.txt");
|
||||
+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"matu2_1_2.txt");
|
||||
prosf(strsql);
|
||||
clear();
|
||||
if(kolstr > 0)
|
12
ukrainian/iceb/files/patch-buhg::dirdok1.c
Normal file
12
ukrainian/iceb/files/patch-buhg::dirdok1.c
Normal file
@ -0,0 +1,12 @@
|
||||
diff -ru --exclude *.bak --exclude Makefile --exclude Makefile.in work.old/buhg/dirdok1.c work/buhg/dirdok1.c
|
||||
--- work.old/buhg/dirdok1.c Thu Jan 16 00:07:50 2003
|
||||
+++ buhg/dirdok1.c Tue Jan 21 21:42:49 2003
|
||||
@@ -534,7 +534,7 @@
|
||||
|
||||
case FK1: /*ğÏÍÏİØ*/
|
||||
GDITE();
|
||||
- sprintf(strsql,"%s/doc/%s",putnansi,"matu2_1_2.txt");
|
||||
+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"matu2_1_2.txt");
|
||||
prosf(strsql);
|
||||
clear();
|
||||
if(kolstr > 0)
|
12
ukrainian/iceb/files/patch-buhg::dirf8dr.c
Normal file
12
ukrainian/iceb/files/patch-buhg::dirf8dr.c
Normal file
@ -0,0 +1,12 @@
|
||||
diff -ru --exclude *.bak --exclude Makefile --exclude Makefile.in work.old/buhg/dirf8dr.c work/buhg/dirf8dr.c
|
||||
--- work.old/buhg/dirf8dr.c Thu Jan 16 00:07:50 2003
|
||||
+++ buhg/dirf8dr.c Tue Jan 21 21:42:49 2003
|
||||
@@ -380,7 +380,7 @@
|
||||
|
||||
case FK1: /*ğÏÍÏİØ*/
|
||||
GDITE();
|
||||
- sprintf(strsql,"%s/doc/%s",putnansi,"zarp4_7_1_2_2.txt");
|
||||
+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"zarp4_7_1_2_2.txt");
|
||||
prosf(strsql);
|
||||
clear();
|
||||
if(kolstr > 0)
|
12
ukrainian/iceb/files/patch-buhg::dirkasord.c
Normal file
12
ukrainian/iceb/files/patch-buhg::dirkasord.c
Normal file
@ -0,0 +1,12 @@
|
||||
diff -ru --exclude *.bak --exclude Makefile --exclude Makefile.in work.old/buhg/dirkasord.c work/buhg/dirkasord.c
|
||||
--- work.old/buhg/dirkasord.c Thu Jan 16 00:07:51 2003
|
||||
+++ buhg/dirkasord.c Tue Jan 21 21:42:49 2003
|
||||
@@ -289,7 +289,7 @@
|
||||
|
||||
case FK1: /*ğÏÍÏİØ*/
|
||||
GDITE();
|
||||
- sprintf(strsql,"%s/doc/%s",putnansi,"kas2_1_1.txt");
|
||||
+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"kas2_1_1.txt");
|
||||
prosf(strsql);
|
||||
clear();
|
||||
if(kolstr > 0)
|
12
ukrainian/iceb/files/patch-buhg::dirkasords.c
Normal file
12
ukrainian/iceb/files/patch-buhg::dirkasords.c
Normal file
@ -0,0 +1,12 @@
|
||||
diff -ru --exclude *.bak --exclude Makefile --exclude Makefile.in work.old/buhg/dirkasords.c work/buhg/dirkasords.c
|
||||
--- work.old/buhg/dirkasords.c Thu Jan 16 00:07:51 2003
|
||||
+++ buhg/dirkasords.c Tue Jan 21 21:42:49 2003
|
||||
@@ -358,7 +358,7 @@
|
||||
|
||||
case FK1: /*ğÏÍÏİØ*/
|
||||
GDITE();
|
||||
- sprintf(strsql,"%s/doc/%s",putnansi,"kas2_4.txt");
|
||||
+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"kas2_4.txt");
|
||||
prosf(strsql);
|
||||
if(kolstr > 0)
|
||||
goto naz;
|
65
ukrainian/iceb/files/patch-buhg::dirmatr.c
Normal file
65
ukrainian/iceb/files/patch-buhg::dirmatr.c
Normal file
@ -0,0 +1,65 @@
|
||||
--- buhg/dirmatr.c.orig Mon Sep 2 07:18:24 2002
|
||||
+++ buhg/dirmatr.c Wed Oct 8 19:58:47 2003
|
||||
@@ -41,7 +41,7 @@
|
||||
double kolih;
|
||||
short x=0,y=4;
|
||||
struct tm *bf;
|
||||
-long tmm;
|
||||
+time_t tmm;
|
||||
int K;
|
||||
int kom,kom1;
|
||||
int i,prc;
|
||||
@@ -527,7 +527,7 @@
|
||||
|
||||
case FK1: /*ðÏÍÏÝØ*/
|
||||
GDITE();
|
||||
- sprintf(strsql,"%s/doc/%s",putnansi,"matu4_3.txt");
|
||||
+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"matu4_3.txt");
|
||||
prosf(strsql);
|
||||
clear();
|
||||
if(kolstr > 0)
|
||||
@@ -941,7 +941,7 @@
|
||||
int kodg, //ëÏÄ ÇÒÕÐÐÙ ÍÁÔÅÒÉÁÌÁ
|
||||
char ei[], //åÄÉÎÉÃÁ ÉÚÍÅÒÅÎÉÑ
|
||||
int kt, //ëÔÏ ÚÁÐÉÓÁÌ
|
||||
-long vr, //÷ÒÅÍÑ ÚÁÐÉÓÉ
|
||||
+time_t vr, //÷ÒÅÍÑ ÚÁÐÉÓÉ
|
||||
int mk, //0- ××ÏÄ ÎÏ×ÏÇÏ 1 - ËÏÒÒÅËÔÉÒÏ×ËÁ
|
||||
float nds) //0-ÃÅÎÁ Ó îäó 1-ÃÅÎÁ ÂÅÚ îäó
|
||||
{
|
||||
@@ -958,7 +958,7 @@
|
||||
char bros[100];
|
||||
char ST[100];
|
||||
int ktoi;
|
||||
-long vrem;
|
||||
+time_t vrem;
|
||||
char strsql[500];
|
||||
SQL_str row;
|
||||
int poz,komv;
|
||||
@@ -1273,7 +1273,7 @@
|
||||
attroff(VV->VVOD_return_cs(iceb_CFS));
|
||||
attron(VV->VVOD_return_cs(iceb_CFM));
|
||||
GDITE();
|
||||
- sprintf(strsql,"%s/doc/%s",putnansi,"matu4_3_1.txt");
|
||||
+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"matu4_3_1.txt");
|
||||
prosf(strsql);
|
||||
clear();
|
||||
goto naz;
|
||||
@@ -1561,7 +1561,7 @@
|
||||
short kp;
|
||||
short i;
|
||||
char kodm[12];
|
||||
-long tmm;
|
||||
+time_t tmm;
|
||||
struct tm *bf;
|
||||
SQL_str row;
|
||||
char strsql[200];
|
||||
@@ -1735,7 +1735,7 @@
|
||||
FILE *ff;
|
||||
char strsql[300];
|
||||
struct tm *bf;
|
||||
-long tmm;
|
||||
+time_t tmm;
|
||||
char imatab[30];
|
||||
|
||||
VVOD DANET(1);
|
12
ukrainian/iceb/files/patch-buhg::dirmatr1.c
Normal file
12
ukrainian/iceb/files/patch-buhg::dirmatr1.c
Normal file
@ -0,0 +1,12 @@
|
||||
diff -ru --exclude *.bak --exclude Makefile --exclude Makefile.in work.old/buhg/dirmatr1.c work/buhg/dirmatr1.c
|
||||
--- work.old/buhg/dirmatr1.c Thu Jan 16 00:07:51 2003
|
||||
+++ buhg/dirmatr1.c Tue Jan 21 21:42:50 2003
|
||||
@@ -495,7 +495,7 @@
|
||||
|
||||
case FK1: /*ğÏÍÏİØ*/
|
||||
GDITE();
|
||||
- sprintf(strsql,"%s/doc/%s",putnansi,"matu4_3.txt");
|
||||
+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"matu4_3.txt");
|
||||
prosf(strsql);
|
||||
clear();
|
||||
if(kolstr > 0)
|
20
ukrainian/iceb/files/patch-buhg::dirmusl.c
Normal file
20
ukrainian/iceb/files/patch-buhg::dirmusl.c
Normal file
@ -0,0 +1,20 @@
|
||||
--- buhg/dirmusl.c.orig Mon Aug 26 03:46:07 2002
|
||||
+++ buhg/dirmusl.c Wed Oct 8 19:59:21 2003
|
||||
@@ -230,7 +230,7 @@
|
||||
|
||||
case FK1: /*ðÏÍÏÝØ*/
|
||||
GDITE();
|
||||
- sprintf(strsql,"%s/doc/%s",putnansi,"matu2_1_2b.txt");
|
||||
+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"matu2_1_2b.txt");
|
||||
prosf(strsql);
|
||||
clear();
|
||||
if(kolstr > 0)
|
||||
@@ -337,7 +337,7 @@
|
||||
char naiuslz[100],eiz[20];
|
||||
double kolihz,cenaz,ndsz;
|
||||
char strsql[500];
|
||||
-long vrem;
|
||||
+time_t vrem;
|
||||
|
||||
|
||||
VV->VVOD_SPISOK_add_ZAG(catgets(fils,132,3,"÷×ÏÄ É ËÏÒÒÅËÔÉÒÏ×ËÁ ÕÓÌÕÇ."));
|
30
ukrainian/iceb/files/patch-buhg::dirnu.c
Normal file
30
ukrainian/iceb/files/patch-buhg::dirnu.c
Normal file
@ -0,0 +1,30 @@
|
||||
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;
|
||||
|
12
ukrainian/iceb/files/patch-buhg::dirobq.c
Normal file
12
ukrainian/iceb/files/patch-buhg::dirobq.c
Normal file
@ -0,0 +1,12 @@
|
||||
diff -ru --exclude *.bak --exclude Makefile --exclude Makefile.in work.old/buhg/dirobq.c work/buhg/dirobq.c
|
||||
--- work.old/buhg/dirobq.c Thu Jan 16 00:07:51 2003
|
||||
+++ buhg/dirobq.c Tue Jan 21 21:42:50 2003
|
||||
@@ -289,7 +289,7 @@
|
||||
|
||||
case FK1: /*ğÏÍÏİØ*/
|
||||
GDITE();
|
||||
- sprintf(strsql,"%s/doc/%s",putnansi,"dokum4.txt");
|
||||
+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"dokum4.txt");
|
||||
prosf(strsql);
|
||||
clear();
|
||||
if(kolstr > 0)
|
12
ukrainian/iceb/files/patch-buhg::diros.c
Normal file
12
ukrainian/iceb/files/patch-buhg::diros.c
Normal file
@ -0,0 +1,12 @@
|
||||
diff -ru --exclude *.bak --exclude Makefile --exclude Makefile.in work.old/buhg/diros.c work/buhg/diros.c
|
||||
--- work.old/buhg/diros.c Thu Jan 16 00:07:51 2003
|
||||
+++ buhg/diros.c Tue Jan 21 21:42:50 2003
|
||||
@@ -318,7 +318,7 @@
|
||||
|
||||
case FK1: /*ğÏÍÏİØ*/
|
||||
GDITE();
|
||||
- sprintf(strsql,"%s/doc/%s",putnansi,"uos4.txt");
|
||||
+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"uos4.txt");
|
||||
prosf(strsql);
|
||||
clear();
|
||||
if(kolstr > 0)
|
12
ukrainian/iceb/files/patch-buhg::dirpodu.c
Normal file
12
ukrainian/iceb/files/patch-buhg::dirpodu.c
Normal file
@ -0,0 +1,12 @@
|
||||
diff -ru --exclude *.bak --exclude Makefile --exclude Makefile.in work.old/buhg/dirpodu.c work/buhg/dirpodu.c
|
||||
--- work.old/buhg/dirpodu.c Thu Jan 16 00:07:51 2003
|
||||
+++ buhg/dirpodu.c Tue Jan 21 21:42:50 2003
|
||||
@@ -633,7 +633,7 @@
|
||||
|
||||
case FK1: /*ğÏÍÏİØ*/
|
||||
GDITE();
|
||||
- sprintf(strsql,"%s/doc/%s",putnansi,"matu3.txt");
|
||||
+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"matu3.txt");
|
||||
// prosf(strsql);
|
||||
if(kolstr > 0)
|
||||
goto naz;
|
12
ukrainian/iceb/files/patch-buhg::dirprkas.c
Normal file
12
ukrainian/iceb/files/patch-buhg::dirprkas.c
Normal file
@ -0,0 +1,12 @@
|
||||
diff -ru --exclude *.bak --exclude Makefile --exclude Makefile.in work.old/buhg/dirprkas.c work/buhg/dirprkas.c
|
||||
--- work.old/buhg/dirprkas.c Thu Jan 16 00:07:51 2003
|
||||
+++ buhg/dirprkas.c Tue Jan 21 21:42:50 2003
|
||||
@@ -378,7 +378,7 @@
|
||||
case FK1: /*ğÏÌÕŞÉÔØ ĞÏÄÓËÁÚËÕ*/
|
||||
GDITE();
|
||||
|
||||
- sprintf(strsql,"%s/doc/%s",putnansi,"kas2_1_1_1.txt");
|
||||
+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"kas2_1_1_1.txt");
|
||||
prosf(strsql);
|
||||
|
||||
clear();
|
12
ukrainian/iceb/files/patch-buhg::dirprmu.c
Normal file
12
ukrainian/iceb/files/patch-buhg::dirprmu.c
Normal file
@ -0,0 +1,12 @@
|
||||
diff -ru --exclude *.bak --exclude Makefile --exclude Makefile.in work.old/buhg/dirprmu.c work/buhg/dirprmu.c
|
||||
--- work.old/buhg/dirprmu.c Thu Jan 16 00:07:51 2003
|
||||
+++ buhg/dirprmu.c Tue Jan 21 21:42:50 2003
|
||||
@@ -356,7 +356,7 @@
|
||||
|
||||
case FK1: /*ğÏÌÕŞÉÔØ ĞÏÄÓËÁÚËÕ*/
|
||||
GDITE();
|
||||
- sprintf(strsql,"%s/doc/%s",putnansi,"matu2_1_2a.txt");
|
||||
+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"matu2_1_2a.txt");
|
||||
prosf(strsql);
|
||||
clear();
|
||||
goto naz1;
|
20
ukrainian/iceb/files/patch-buhg::dirprov.c
Normal file
20
ukrainian/iceb/files/patch-buhg::dirprov.c
Normal file
@ -0,0 +1,20 @@
|
||||
--- buhg/dirprov.c.orig Mon Sep 9 01:38:02 2002
|
||||
+++ buhg/dirprov.c Wed Oct 8 19:33:00 2003
|
||||
@@ -349,7 +349,7 @@
|
||||
|
||||
case FK1:
|
||||
GDITE();
|
||||
- sprintf(bros,"%s/doc/%s",putnansi,"buhg3a.txt");
|
||||
+ sprintf(bros,"%s/%s",ICEB_DOC_PATH,"buhg3a.txt");
|
||||
prosf(bros);
|
||||
clear();
|
||||
goto naz;
|
||||
@@ -823,7 +823,7 @@
|
||||
{
|
||||
short d,m,g;
|
||||
struct tm *bf;
|
||||
-long tmm;
|
||||
+time_t tmm;
|
||||
char strsql[300];
|
||||
SQL_str row1;
|
||||
|
12
ukrainian/iceb/files/patch-buhg::dirprpd.c
Normal file
12
ukrainian/iceb/files/patch-buhg::dirprpd.c
Normal file
@ -0,0 +1,12 @@
|
||||
diff -ru --exclude *.bak --exclude Makefile --exclude Makefile.in work.old/buhg/dirprpd.c work/buhg/dirprpd.c
|
||||
--- work.old/buhg/dirprpd.c Thu Jan 16 00:07:51 2003
|
||||
+++ buhg/dirprpd.c Tue Jan 21 21:42:50 2003
|
||||
@@ -399,7 +399,7 @@
|
||||
|
||||
case FK1: /*ğÏÌÕŞÅÎÉÅ ĞÏÄÓËÁÚËÉ*/
|
||||
GDITE();
|
||||
- sprintf(strsql,"%s/doc/%s",putnansi,"dokum2_1_2.txt");
|
||||
+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"dokum2_1_2.txt");
|
||||
prosf(strsql);
|
||||
clear();
|
||||
if(kolstr > 0)
|
12
ukrainian/iceb/files/patch-buhg::dirprus.c
Normal file
12
ukrainian/iceb/files/patch-buhg::dirprus.c
Normal file
@ -0,0 +1,12 @@
|
||||
diff -ru --exclude *.bak --exclude Makefile --exclude Makefile.in work.old/buhg/dirprus.c work/buhg/dirprus.c
|
||||
--- work.old/buhg/dirprus.c Thu Jan 16 00:07:51 2003
|
||||
+++ buhg/dirprus.c Tue Jan 21 21:42:50 2003
|
||||
@@ -334,7 +334,7 @@
|
||||
case FK1: /*ğÏÌÕŞÉÔØ ĞÏÄÓËÁÚËÕ*/
|
||||
GDITE();
|
||||
|
||||
- sprintf(strsql,"%s/doc/%s",putnansi,"usl2_1_1_1.txt");
|
||||
+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"usl2_1_1_1.txt");
|
||||
prosf(strsql);
|
||||
|
||||
clear();
|
21
ukrainian/iceb/files/patch-buhg::dirprzar.c
Normal file
21
ukrainian/iceb/files/patch-buhg::dirprzar.c
Normal file
@ -0,0 +1,21 @@
|
||||
diff -ru --exclude *.bak --exclude Makefile --exclude Makefile.in work.old/buhg/dirprzar.c work/buhg/dirprzar.c
|
||||
--- work.old/buhg/dirprzar.c Thu Jan 16 00:07:51 2003
|
||||
+++ buhg/dirprzar.c Tue Jan 21 21:42:50 2003
|
||||
@@ -349,7 +349,7 @@
|
||||
|
||||
case FK1: /*ğÏÌÕŞÉÔØ ĞÏÄÓËÁÚËÕ*/
|
||||
GDITE();
|
||||
- sprintf(strsql,"%s/doc/%s",putnansi,"zarp2_1_1.txt");
|
||||
+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"zarp2_1_1.txt");
|
||||
prosf(strsql);
|
||||
clear();
|
||||
goto naz1;
|
||||
@@ -567,7 +567,7 @@
|
||||
|
||||
case FK1:
|
||||
GDITE();
|
||||
- sprintf(strsql,"%s/doc/%s",putnansi,"zarp2_1_1_1.txt");
|
||||
+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"zarp2_1_1_1.txt");
|
||||
prosf(strsql);
|
||||
clear();
|
||||
goto sfk4;
|
12
ukrainian/iceb/files/patch-buhg::dirpzpd.c
Normal file
12
ukrainian/iceb/files/patch-buhg::dirpzpd.c
Normal file
@ -0,0 +1,12 @@
|
||||
diff -ru --exclude *.bak --exclude Makefile --exclude Makefile.in work.old/buhg/dirpzpd.c work/buhg/dirpzpd.c
|
||||
--- work.old/buhg/dirpzpd.c Thu Jan 16 00:07:51 2003
|
||||
+++ buhg/dirpzpd.c Tue Jan 21 21:42:50 2003
|
||||
@@ -255,7 +255,7 @@
|
||||
break;
|
||||
case FK1: /*ğÏÍÏİØ*/
|
||||
GDITE();
|
||||
- sprintf(strsql,"%s/doc/%s",putnansi,"dokum2_1_3.txt");
|
||||
+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"dokum2_1_3.txt");
|
||||
prosf(strsql);
|
||||
clear();
|
||||
if(kolstr > 0)
|
23
ukrainian/iceb/files/patch-buhg::dirsaldo.c
Normal file
23
ukrainian/iceb/files/patch-buhg::dirsaldo.c
Normal file
@ -0,0 +1,23 @@
|
||||
--- buhg/dirsaldo.c.orig Mon Aug 26 03:46:07 2002
|
||||
+++ buhg/dirsaldo.c Wed Oct 8 19:49:15 2003
|
||||
@@ -340,9 +340,9 @@
|
||||
case FK1: /*ðÏÌÕÞÉÔØ ÐÏÄÓËÁÚËÕ*/
|
||||
GDITE();
|
||||
if(tz[0] == '0')
|
||||
- sprintf(strsql,"%s/doc/buhg4_4.txt",putnansi);
|
||||
+ sprintf(strsql,"%s/buhg4_4.txt",ICEB_DOC_PATH);
|
||||
if(tz[0] == '1')
|
||||
- sprintf(strsql,"%s/doc/buhg4_5.txt",putnansi);
|
||||
+ sprintf(strsql,"%s/buhg4_5.txt",ICEB_DOC_PATH);
|
||||
|
||||
/*
|
||||
printw("strsql=%s\n",strsql);
|
||||
@@ -612,7 +612,7 @@
|
||||
char korz[20];
|
||||
struct OPSHET shetv;
|
||||
int ktoi=getuid();
|
||||
-long vrem;
|
||||
+time_t vrem;
|
||||
char strsql[300];
|
||||
SQL_str row;
|
||||
int i;
|
12
ukrainian/iceb/files/patch-buhg::dirsdf8dr.c
Normal file
12
ukrainian/iceb/files/patch-buhg::dirsdf8dr.c
Normal file
@ -0,0 +1,12 @@
|
||||
diff -ru --exclude *.bak --exclude Makefile --exclude Makefile.in work.old/buhg/dirsdf8dr.c work/buhg/dirsdf8dr.c
|
||||
--- work.old/buhg/dirsdf8dr.c Thu Jan 16 00:07:51 2003
|
||||
+++ buhg/dirsdf8dr.c Tue Jan 21 21:42:50 2003
|
||||
@@ -272,7 +272,7 @@
|
||||
|
||||
case FK1: /*ğÏÍÏİØ*/
|
||||
GDITE();
|
||||
- sprintf(strsql,"%s/doc/%s",putnansi,"zarp4_7_1_2.txt");
|
||||
+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"zarp4_7_1_2.txt");
|
||||
prosf(strsql);
|
||||
if(kolstr > 0)
|
||||
goto naz;
|
12
ukrainian/iceb/files/patch-buhg::dirsoc.c
Normal file
12
ukrainian/iceb/files/patch-buhg::dirsoc.c
Normal file
@ -0,0 +1,12 @@
|
||||
diff -ru --exclude *.bak --exclude Makefile --exclude Makefile.in work.old/buhg/dirsoc.c work/buhg/dirsoc.c
|
||||
--- work.old/buhg/dirsoc.c Thu Jan 16 00:07:51 2003
|
||||
+++ buhg/dirsoc.c Tue Jan 21 21:42:50 2003
|
||||
@@ -277,7 +277,7 @@
|
||||
|
||||
case FK1: /*ğÏÍÏİØ*/
|
||||
GDITE();
|
||||
- sprintf(strsql,"%s/doc/%s",putnansi,"zarp2_9.txt");
|
||||
+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"zarp2_9.txt");
|
||||
prosf(strsql);
|
||||
clear();
|
||||
if(kolstr > 0)
|
12
ukrainian/iceb/files/patch-buhg::dirtab.c
Normal file
12
ukrainian/iceb/files/patch-buhg::dirtab.c
Normal file
@ -0,0 +1,12 @@
|
||||
diff -ru --exclude *.bak --exclude Makefile --exclude Makefile.in work.old/buhg/dirtab.c work/buhg/dirtab.c
|
||||
--- work.old/buhg/dirtab.c Thu Jan 16 00:07:51 2003
|
||||
+++ buhg/dirtab.c Tue Jan 21 21:42:50 2003
|
||||
@@ -319,7 +319,7 @@
|
||||
|
||||
case FK1: /*ğÏÍÏİØ*/
|
||||
GDITE();
|
||||
- sprintf(strsql,"%s/doc/%s",putnansi,"zarp2_5.txt");
|
||||
+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"zarp2_5.txt");
|
||||
prosf(strsql);
|
||||
clear();
|
||||
if(kolstr > 0)
|
12
ukrainian/iceb/files/patch-buhg::dirtabel.c
Normal file
12
ukrainian/iceb/files/patch-buhg::dirtabel.c
Normal file
@ -0,0 +1,12 @@
|
||||
diff -ru --exclude *.bak --exclude Makefile --exclude Makefile.in work.old/buhg/dirtabel.c work/buhg/dirtabel.c
|
||||
--- work.old/buhg/dirtabel.c Thu Jan 16 00:07:51 2003
|
||||
+++ buhg/dirtabel.c Tue Jan 21 21:42:50 2003
|
||||
@@ -262,7 +262,7 @@
|
||||
|
||||
case FK1: /*ğÏÍÏİØ*/
|
||||
GDITE();
|
||||
- sprintf(strsql,"%s/doc/%s",putnansi,"zarp2_4.txt");
|
||||
+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"zarp2_4.txt");
|
||||
prosf(strsql);
|
||||
clear();
|
||||
if(kolstr > 0)
|
21
ukrainian/iceb/files/patch-buhg::dirtabelo.c
Normal file
21
ukrainian/iceb/files/patch-buhg::dirtabelo.c
Normal file
@ -0,0 +1,21 @@
|
||||
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;
|
12
ukrainian/iceb/files/patch-buhg::dirudok.c
Normal file
12
ukrainian/iceb/files/patch-buhg::dirudok.c
Normal file
@ -0,0 +1,12 @@
|
||||
diff -ru --exclude *.bak --exclude Makefile --exclude Makefile.in work.old/buhg/dirudok.c work/buhg/dirudok.c
|
||||
--- work.old/buhg/dirudok.c Thu Jan 16 00:07:51 2003
|
||||
+++ buhg/dirudok.c Tue Jan 21 21:42:50 2003
|
||||
@@ -484,7 +484,7 @@
|
||||
|
||||
case FK1: /*ğÏÍÏİØ*/
|
||||
GDITE();
|
||||
- sprintf(strsql,"%s/doc/%s",putnansi,"usl2_1_1.txt");
|
||||
+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"usl2_1_1.txt");
|
||||
prosf(strsql);
|
||||
clear();
|
||||
if(kolstr > 0)
|
12
ukrainian/iceb/files/patch-buhg::diruosdok.c
Normal file
12
ukrainian/iceb/files/patch-buhg::diruosdok.c
Normal file
@ -0,0 +1,12 @@
|
||||
diff -ru --exclude *.bak --exclude Makefile --exclude Makefile.in work.old/buhg/diruosdok.c work/buhg/diruosdok.c
|
||||
--- work.old/buhg/diruosdok.c Thu Jan 16 00:07:51 2003
|
||||
+++ buhg/diruosdok.c Tue Jan 21 21:42:50 2003
|
||||
@@ -336,7 +336,7 @@
|
||||
|
||||
case FK1: /*ğÏÍÏİØ*/
|
||||
GDITE();
|
||||
- sprintf(strsql,"%s/doc/%s",putnansi,"uos2_2.txt");
|
||||
+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"uos2_2.txt");
|
||||
prosf(strsql);
|
||||
clear();
|
||||
if(kolstr > 0)
|
12
ukrainian/iceb/files/patch-buhg::dirusdok.c
Normal file
12
ukrainian/iceb/files/patch-buhg::dirusdok.c
Normal file
@ -0,0 +1,12 @@
|
||||
diff -ru --exclude *.bak --exclude Makefile --exclude Makefile.in work.old/buhg/dirusdok.c work/buhg/dirusdok.c
|
||||
--- work.old/buhg/dirusdok.c Thu Jan 16 00:07:51 2003
|
||||
+++ buhg/dirusdok.c Tue Jan 21 21:42:50 2003
|
||||
@@ -388,7 +388,7 @@
|
||||
|
||||
case FK1: /*ğÏÍÏİØ*/
|
||||
GDITE();
|
||||
- sprintf(strsql,"%s/doc/%s",putnansi,"usl2_3.txt");
|
||||
+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"usl2_3.txt");
|
||||
prosf(strsql);
|
||||
if(kolstr > 0)
|
||||
goto naz;
|
12
ukrainian/iceb/files/patch-buhg::dirusl.c
Normal file
12
ukrainian/iceb/files/patch-buhg::dirusl.c
Normal file
@ -0,0 +1,12 @@
|
||||
diff -ru --exclude *.bak --exclude Makefile --exclude Makefile.in work.old/buhg/dirusl.c work/buhg/dirusl.c
|
||||
--- work.old/buhg/dirusl.c Thu Jan 16 00:07:52 2003
|
||||
+++ buhg/dirusl.c Tue Jan 21 21:42:50 2003
|
||||
@@ -362,7 +362,7 @@
|
||||
|
||||
case FK1: /*ğÏÍÏİØ*/
|
||||
GDITE();
|
||||
- sprintf(strsql,"%s/doc/%s",putnansi,"usl3_2.txt");
|
||||
+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"usl3_2.txt");
|
||||
prosf(strsql);
|
||||
clear();
|
||||
if(kolstr > 0)
|
21
ukrainian/iceb/files/patch-buhg::dirzarp.c
Normal file
21
ukrainian/iceb/files/patch-buhg::dirzarp.c
Normal file
@ -0,0 +1,21 @@
|
||||
diff -ru --exclude *.bak --exclude Makefile --exclude Makefile.in work.old/buhg/dirzarp.c work/buhg/dirzarp.c
|
||||
--- work.old/buhg/dirzarp.c Thu Jan 16 00:07:52 2003
|
||||
+++ buhg/dirzarp.c Tue Jan 21 21:42:50 2003
|
||||
@@ -351,7 +351,7 @@
|
||||
|
||||
case FK1: /*ğÏÍÏİØ*/
|
||||
GDITE();
|
||||
- sprintf(strsql,"%s/doc/%s",putnansi,"zarp2_2.txt");
|
||||
+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"zarp2_2.txt");
|
||||
prosf(strsql);
|
||||
clear();
|
||||
if(kolstr > 0)
|
||||
@@ -771,7 +771,7 @@
|
||||
case FK1: /*ğÏÍÏİØ*/
|
||||
clear();
|
||||
GDITE();
|
||||
- sprintf(strsql,"%s/doc/%s",putnansi,"zarp2_2_1.txt");
|
||||
+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"zarp2_2_1.txt");
|
||||
prosf(strsql);
|
||||
|
||||
goto naz;
|
12
ukrainian/iceb/files/patch-buhg::dirzarsl.c
Normal file
12
ukrainian/iceb/files/patch-buhg::dirzarsl.c
Normal file
@ -0,0 +1,12 @@
|
||||
diff -ru --exclude *.bak --exclude Makefile --exclude Makefile.in work.old/buhg/dirzarsl.c work/buhg/dirzarsl.c
|
||||
--- work.old/buhg/dirzarsl.c Thu Jan 16 00:07:52 2003
|
||||
+++ buhg/dirzarsl.c Tue Jan 21 22:49:25 2003
|
||||
@@ -218,7 +218,7 @@
|
||||
|
||||
case FK1: /*ğÏÍÏİØ*/
|
||||
GDITE();
|
||||
- sprintf(strsql,"%s/doc/zarp3_1_9.txt",putnansi);
|
||||
+ sprintf(strsql,"%s/zarp3_1_9.txt",ICEB_DOC_PATH);
|
||||
prosf(strsql);
|
||||
clear();
|
||||
goto naz;
|
29
ukrainian/iceb/files/patch-buhg::dirzkart.c
Normal file
29
ukrainian/iceb/files/patch-buhg::dirzkart.c
Normal file
@ -0,0 +1,29 @@
|
||||
--- buhg/dirzkart.c.orig Mon Aug 26 03:46:07 2002
|
||||
+++ buhg/dirzkart.c Wed Oct 8 19:59:48 2003
|
||||
@@ -660,7 +660,7 @@
|
||||
case FK1: /*ðÏÍÏÝØ*/
|
||||
GDITE();
|
||||
|
||||
- sprintf(strsql,"%s/doc/%s",putnansi,"matu3.txt");
|
||||
+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"matu3.txt");
|
||||
prosf(strsql);
|
||||
if(kolstr > 0)
|
||||
goto naz;
|
||||
@@ -1101,7 +1101,7 @@
|
||||
|
||||
case FK1:
|
||||
GDITE();
|
||||
- sprintf(bros,"%s/doc/%s",putnansi,"matu3_1.txt");
|
||||
+ sprintf(bros,"%s/%s",ICEB_DOC_PATH,"matu3_1.txt");
|
||||
prosf(bros);
|
||||
goto naz;
|
||||
|
||||
@@ -1324,7 +1324,7 @@
|
||||
short mbz) //0-ÓÅÎÁ ÉÚÍÅÎÉÌÁÓØ 1-ÎÅÔ*/
|
||||
{
|
||||
SQL_str row,row1,row2;
|
||||
-long vrem;
|
||||
+time_t vrem;
|
||||
char strsql[300];
|
||||
long kolstr;
|
||||
short d,m,g;
|
12
ukrainian/iceb/files/patch-buhg::doc::Makefile.am
Normal file
12
ukrainian/iceb/files/patch-buhg::doc::Makefile.am
Normal file
@ -0,0 +1,12 @@
|
||||
diff -ru --exclude *.in iceb-5.35.old/buhg/doc/Makefile.am iceb-5.35/buhg/doc/Makefile.am
|
||||
--- buhg/doc/Makefile.am Sat Jul 21 09:10:15 2001
|
||||
+++ buhg/doc/Makefile.am Sat Dec 21 00:24:44 2002
|
||||
@@ -7,7 +7,7 @@
|
||||
all: ;
|
||||
|
||||
install: $(CONFDIR)
|
||||
- $(INSTALL_DATA) *.txt $(CONFDIR)
|
||||
+ $(INSTALL_DATA) $(srcdir)/*.txt $(CONFDIR)
|
||||
|
||||
$(CONFDIR):
|
||||
$(INSTALL) -d $(CONFDIR)
|
18
ukrainian/iceb/files/patch-buhg::doc::buhg.txt
Normal file
18
ukrainian/iceb/files/patch-buhg::doc::buhg.txt
Normal file
@ -0,0 +1,18 @@
|
||||
diff -ru --exclude *.in iceb-5.35.old/buhg/doc/buhg.txt iceb-5.35/buhg/doc/buhg.txt
|
||||
--- buhg/doc/buhg.txt Fri Jul 13 08:43:01 2001
|
||||
+++ buhg/doc/buhg.txt Sat Dec 21 20:43:56 2002
|
||||
@@ -134,7 +134,7 @@
|
||||
|
||||
Во время расчета зарплаты программа выполняет
|
||||
все необходимые проводки которые попадают в базу данных
|
||||
-"Главная книга". Тоесть все операции отображаются в балансе
|
||||
+"Главная книга". То есть все операции отображаются в балансе
|
||||
предприятия в режиме реального времени.
|
||||
|
||||
"Платежные документы".
|
||||
@@ -179,4 +179,4 @@
|
||||
кассовых ордеров за любой период времени.
|
||||
Предусмотрена возможность подтверждения ордеров и
|
||||
контроль выполнения проводок к каждому документу.
|
||||
-
|
||||
+
|
12
ukrainian/iceb/files/patch-buhg::doc::buhg0.txt
Normal file
12
ukrainian/iceb/files/patch-buhg::doc::buhg0.txt
Normal file
@ -0,0 +1,12 @@
|
||||
diff -ru --exclude *.in iceb-5.35.old/buhg/doc/buhg0.txt iceb-5.35/buhg/doc/buhg0.txt
|
||||
--- buhg/doc/buhg0.txt Wed Dec 19 15:54:54 2001
|
||||
+++ buhg/doc/buhg0.txt Sat Dec 21 21:00:55 2002
|
||||
@@ -71,7 +71,7 @@
|
||||
таблицах базы данных выполнит соответствующую корректировку.
|
||||
После ввода плана счетов нужно ввести стартовые сальдо по
|
||||
всем счетам на момент начала эксплуатации системы. Вводятся
|
||||
-только не нулевые сальдо. Если счет имеет субсчета, то стартовые
|
||||
+только ненулевые сальдо. Если счет имеет субсчета, то стартовые
|
||||
сальдо вводятся по каждому субсчету самого нижнего порядка. Если
|
||||
счет с развернутым сальдо, то стартовое сальдо вводится по
|
||||
каждому контрагенту имеющему отношение к этому счету или
|
26
ukrainian/iceb/files/patch-buhg::doc::buhg3.txt
Normal file
26
ukrainian/iceb/files/patch-buhg::doc::buhg3.txt
Normal file
@ -0,0 +1,26 @@
|
||||
diff -ru --exclude *.in iceb-5.35.old/buhg/doc/buhg3.txt iceb-5.35/buhg/doc/buhg3.txt
|
||||
--- buhg/doc/buhg3.txt Wed Jul 10 11:00:06 2002
|
||||
+++ buhg/doc/buhg3.txt Sat Dec 21 21:14:32 2002
|
||||
@@ -43,14 +43,14 @@
|
||||
осуществлять только просмотр информации. Ввод, удаление или
|
||||
корректировка уже не возможны. Все исправления ранее допущенных
|
||||
ошибок выполняются в текущем месяце.
|
||||
- Для установки влокировки
|
||||
+ Для установки блокировки
|
||||
нужно ввести месяц и год. Например:
|
||||
|
||||
1.1998
|
||||
2.1998
|
||||
3.1998
|
||||
|
||||
- В приведенном примере заблокированиа работа с проводками
|
||||
+ В приведенном примере заблокирована работа с проводками
|
||||
за первые три месяца 1998 года. Это значит что ввод,
|
||||
корректировка или удаление проводок с датами этих месяцев будут
|
||||
не возможны. Возможен будет только просмотр проводок за эти
|
||||
@@ -63,4 +63,4 @@
|
||||
за обучение.
|
||||
Режим "Импорт проводок из файла" позволяет загрузить проводки
|
||||
из файла. После загрузки в файле остаются только проводки которые программа
|
||||
-не смогла загрузить.
|
||||
+не смогла загрузить.
|
12
ukrainian/iceb/files/patch-buhg::dooc.c
Normal file
12
ukrainian/iceb/files/patch-buhg::dooc.c
Normal file
@ -0,0 +1,12 @@
|
||||
diff -ru --exclude *.bak --exclude Makefile --exclude Makefile.in work.old/buhg/dooc.c work/buhg/dooc.c
|
||||
--- work.old/buhg/dooc.c Thu Jan 16 00:07:52 2003
|
||||
+++ buhg/dooc.c Tue Jan 21 21:42:50 2003
|
||||
@@ -69,7 +69,7 @@
|
||||
|
||||
case FK1:
|
||||
GDITE();
|
||||
- sprintf(bros,"%s/doc/%s",putnansi,"matu2_1_2h.txt");
|
||||
+ sprintf(bros,"%s/%s",ICEB_DOC_PATH,"matu2_1_2h.txt");
|
||||
prosf(bros);
|
||||
clear();
|
||||
goto naz1;
|
12
ukrainian/iceb/files/patch-buhg::doocsum.c
Normal file
12
ukrainian/iceb/files/patch-buhg::doocsum.c
Normal file
@ -0,0 +1,12 @@
|
||||
diff -ru --exclude *.bak --exclude Makefile --exclude Makefile.in work.old/buhg/doocsum.c work/buhg/doocsum.c
|
||||
--- work.old/buhg/doocsum.c Thu Jan 16 00:07:52 2003
|
||||
+++ buhg/doocsum.c Tue Jan 21 21:42:50 2003
|
||||
@@ -66,7 +66,7 @@
|
||||
|
||||
case FK1:
|
||||
GDITE();
|
||||
- sprintf(bros,"%s/doc/%s",putnansi,"matu5_16.txt");
|
||||
+ sprintf(bros,"%s/%s",ICEB_DOC_PATH,"matu5_16.txt");
|
||||
prosf(bros);
|
||||
clear();
|
||||
goto naz1;
|
27
ukrainian/iceb/files/patch-buhg::dvtmcf1.c
Normal file
27
ukrainian/iceb/files/patch-buhg::dvtmcf1.c
Normal file
@ -0,0 +1,27 @@
|
||||
--- buhg/dvtmcf1.c.orig Fri Sep 6 01:23:08 2002
|
||||
+++ buhg/dvtmcf1.c Wed Oct 8 20:03:24 2003
|
||||
@@ -44,9 +44,9 @@
|
||||
char str1[300];
|
||||
extern char *maskmat; /*íÁÓÓÉ× ËÏÄÏ× ÏÔÍÅÞÅÎÎÙÈ ÍÁÔÅÒÉÁÌÏ×*/
|
||||
struct tm *bf;
|
||||
-long tmm;
|
||||
-long tmmn;
|
||||
-long tmmk;
|
||||
+time_t tmm;
|
||||
+time_t tmmn;
|
||||
+time_t tmmk;
|
||||
short kst,sli;
|
||||
char imaf[20],imaftmp[20],imafkl2[30],imafuz[30];
|
||||
short dn,mn,gn;
|
||||
@@ -199,9 +199,9 @@
|
||||
case FK1:
|
||||
GDITE();
|
||||
if(tipras == 0)
|
||||
- sprintf(bros,"%s/doc/%s",putnansi,"matu5_4.txt");
|
||||
+ sprintf(bros,"%s/%s",ICEB_DOC_PATH,"matu5_4.txt");
|
||||
if(tipras == 1)
|
||||
- sprintf(bros,"%s/doc/%s",putnansi,"matu5_7.txt");
|
||||
+ sprintf(bros,"%s/%s",ICEB_DOC_PATH,"matu5_7.txt");
|
||||
prosf(bros);
|
||||
clear();
|
||||
goto naz;
|
12
ukrainian/iceb/files/patch-buhg::dvtmcf2.c
Normal file
12
ukrainian/iceb/files/patch-buhg::dvtmcf2.c
Normal file
@ -0,0 +1,12 @@
|
||||
diff -ru --exclude *.bak --exclude Makefile --exclude Makefile.in work.old/buhg/dvtmcf2.c work/buhg/dvtmcf2.c
|
||||
--- work.old/buhg/dvtmcf2.c Thu Jan 16 00:07:52 2003
|
||||
+++ buhg/dvtmcf2.c Tue Jan 21 21:42:50 2003
|
||||
@@ -143,7 +143,7 @@
|
||||
|
||||
case FK1:
|
||||
GDITE();
|
||||
- sprintf(bros,"%s/doc/%s",putnansi,"matu5_5.txt");
|
||||
+ sprintf(bros,"%s/%s",ICEB_DOC_PATH,"matu5_5.txt");
|
||||
prosf(bros);
|
||||
clear();
|
||||
goto naz;
|
12
ukrainian/iceb/files/patch-buhg::dvuslf2.c
Normal file
12
ukrainian/iceb/files/patch-buhg::dvuslf2.c
Normal file
@ -0,0 +1,12 @@
|
||||
diff -ru --exclude *.bak --exclude Makefile --exclude Makefile.in work.old/buhg/dvuslf2.c work/buhg/dvuslf2.c
|
||||
--- work.old/buhg/dvuslf2.c Thu Jan 16 00:07:52 2003
|
||||
+++ buhg/dvuslf2.c Tue Jan 21 21:42:50 2003
|
||||
@@ -129,7 +129,7 @@
|
||||
case FK1:
|
||||
GDITE();
|
||||
|
||||
- sprintf(bros,"%s/doc/%s",putnansi,"usl4_1.txt");
|
||||
+ sprintf(bros,"%s/%s",ICEB_DOC_PATH,"usl4_1.txt");
|
||||
prosf(bros);
|
||||
|
||||
clear();
|
24
ukrainian/iceb/files/patch-buhg::glkni.c
Normal file
24
ukrainian/iceb/files/patch-buhg::glkni.c
Normal file
@ -0,0 +1,24 @@
|
||||
--- buhg/glkni.c.orig Thu Aug 29 08:36:23 2002
|
||||
+++ buhg/glkni.c Wed Oct 8 19:49:47 2003
|
||||
@@ -51,9 +51,9 @@
|
||||
{
|
||||
int metkarash=0;
|
||||
char bros[100];
|
||||
-long tmm;
|
||||
-long tmmn;
|
||||
-long tmmk;
|
||||
+time_t tmm;
|
||||
+time_t tmmn;
|
||||
+time_t tmmk;
|
||||
int i,kom,sb;
|
||||
char sh[20];
|
||||
char imaf[20],imatab[20],imaf3[20];
|
||||
@@ -99,7 +99,7 @@
|
||||
{
|
||||
case FK1: /*ðÏÍÏÝØ*/
|
||||
GDITE();
|
||||
- sprintf(strsql,"%s/doc/%s",putnansi,"buhg5_1.txt");
|
||||
+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"buhg5_1.txt");
|
||||
prosf(strsql);
|
||||
goto naz;
|
||||
|
12
ukrainian/iceb/files/patch-buhg::glkninbs.c
Normal file
12
ukrainian/iceb/files/patch-buhg::glkninbs.c
Normal file
@ -0,0 +1,12 @@
|
||||
diff -ru --exclude *.bak --exclude Makefile --exclude Makefile.in work.old/buhg/glkninbs.c work/buhg/glkninbs.c
|
||||
--- work.old/buhg/glkninbs.c Thu Jan 16 00:07:52 2003
|
||||
+++ buhg/glkninbs.c Tue Jan 21 21:42:50 2003
|
||||
@@ -92,7 +92,7 @@
|
||||
{
|
||||
case FK1: /*ğÏÍÏİØ*/
|
||||
GDITE();
|
||||
- sprintf(strsql,"%s/doc/%s",putnansi,"buhg5_1_1.txt");
|
||||
+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"buhg5_1_1.txt");
|
||||
prosf(strsql);
|
||||
goto naz;
|
||||
|
20
ukrainian/iceb/files/patch-buhg::guror.c
Normal file
20
ukrainian/iceb/files/patch-buhg::guror.c
Normal file
@ -0,0 +1,20 @@
|
||||
--- buhg/guror.c.orig Wed Oct 8 19:50:00 2003
|
||||
+++ buhg/guror.c Wed Oct 8 19:50:25 2003
|
||||
@@ -42,7 +42,7 @@
|
||||
short klzvk; /*ëÏÌÉÞÅÓÔ×Ï ÚÎÁËÏ× × ËÏÌÏÎËÅ*/
|
||||
short klsh; /*ëÏÌÉÞÅÓÔ×Ï ÓÞÅÔÏ× ÐÏ ÇÏÒÉÚÏÎÔÁÌÉ*/
|
||||
struct tm *bf;
|
||||
-long tmm,tmmk,tmmn;
|
||||
+time_t tmm,tmmk,tmmn;
|
||||
double sd,sk,sdn,skn;
|
||||
char imaf[20];
|
||||
short m,g;
|
||||
@@ -624,7 +624,7 @@
|
||||
short i;
|
||||
char sh[40];
|
||||
struct tm *bf;
|
||||
-long tmm;
|
||||
+time_t tmm;
|
||||
char polka[20];
|
||||
|
||||
memset(polka,'\0',sizeof(polka));
|
11
ukrainian/iceb/files/patch-buhg::gurorf2.c
Normal file
11
ukrainian/iceb/files/patch-buhg::gurorf2.c
Normal file
@ -0,0 +1,11 @@
|
||||
--- buhg/gurorf2.c.orig Wed Oct 8 19:50:48 2003
|
||||
+++ buhg/gurorf2.c Wed Oct 8 19:50:54 2003
|
||||
@@ -41,7 +41,7 @@
|
||||
double dendebet=0.,denkredit=0.;
|
||||
short godn=0;
|
||||
struct tm *bf;
|
||||
-long tmm;
|
||||
+time_t tmm;
|
||||
char imaf[30],imafd[30],imafi[30];
|
||||
FILE *ff,*ffd;
|
||||
char naikon[80];
|
15
ukrainian/iceb/files/patch-buhg::gurorr.c
Normal file
15
ukrainian/iceb/files/patch-buhg::gurorr.c
Normal file
@ -0,0 +1,15 @@
|
||||
--- buhg/gurorr.c.orig Wed Oct 8 19:51:05 2003
|
||||
+++ buhg/gurorr.c Wed Oct 8 19:51:21 2003
|
||||
@@ -69,9 +69,9 @@
|
||||
char bros[100];
|
||||
char str[300];
|
||||
FILE *ff1;
|
||||
-long tmm;
|
||||
-long tmmn;
|
||||
-long tmmk;
|
||||
+time_t tmm;
|
||||
+time_t tmmn;
|
||||
+time_t tmmk;
|
||||
double sd,sk,sdn,skn,dns,kns;
|
||||
double sdgr,skgr,sdngr,skngr,dnsgr,knsgr;
|
||||
char imaf[20],imaf2[20],imaf3[20];
|
11
ukrainian/iceb/files/patch-buhg::gurorrp.c
Normal file
11
ukrainian/iceb/files/patch-buhg::gurorrp.c
Normal file
@ -0,0 +1,11 @@
|
||||
--- buhg/gurorrp.c.orig Wed Oct 8 19:51:25 2003
|
||||
+++ buhg/gurorrp.c Wed Oct 8 19:51:33 2003
|
||||
@@ -31,7 +31,7 @@
|
||||
char imaf[30],imafs[30];
|
||||
FILE *ff;
|
||||
struct tm *bf;
|
||||
-long tmm,tmmk;
|
||||
+time_t tmm,tmmk;
|
||||
int kolstlst=0;
|
||||
|
||||
clear();
|
12
ukrainian/iceb/files/patch-buhg::impmatdok.c
Normal file
12
ukrainian/iceb/files/patch-buhg::impmatdok.c
Normal file
@ -0,0 +1,12 @@
|
||||
diff -ru --exclude *.bak --exclude Makefile --exclude Makefile.in work.old/buhg/impmatdok.c work/buhg/impmatdok.c
|
||||
--- work.old/buhg/impmatdok.c Thu Jan 16 00:07:53 2003
|
||||
+++ buhg/impmatdok.c Tue Jan 21 21:42:50 2003
|
||||
@@ -79,7 +79,7 @@
|
||||
{
|
||||
case FK1:
|
||||
GDITE();
|
||||
- sprintf(strsql,"%s/doc/%s",putnansi,"matu2_5.txt");
|
||||
+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"matu2_5.txt");
|
||||
prosf(strsql);
|
||||
clear();
|
||||
goto naz;
|
12
ukrainian/iceb/files/patch-buhg::impotvr.c
Normal file
12
ukrainian/iceb/files/patch-buhg::impotvr.c
Normal file
@ -0,0 +1,12 @@
|
||||
diff -ru --exclude *.bak --exclude Makefile --exclude Makefile.in work.old/buhg/impotvr.c work/buhg/impotvr.c
|
||||
--- work.old/buhg/impotvr.c Thu Jan 16 00:07:53 2003
|
||||
+++ buhg/impotvr.c Tue Jan 21 21:42:50 2003
|
||||
@@ -64,7 +64,7 @@
|
||||
{
|
||||
case FK1:
|
||||
GDITE();
|
||||
- sprintf(strsql,"%s/doc/%s",putnansi,"zarp2_6_2.txt");
|
||||
+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"zarp2_6_2.txt");
|
||||
prosf(strsql);
|
||||
clear();
|
||||
goto naz;
|
20
ukrainian/iceb/files/patch-buhg::impprov.c
Normal file
20
ukrainian/iceb/files/patch-buhg::impprov.c
Normal file
@ -0,0 +1,20 @@
|
||||
--- buhg/impprov.c.orig Mon Jul 29 10:28:37 2002
|
||||
+++ buhg/impprov.c Wed Oct 8 19:52:01 2003
|
||||
@@ -60,7 +60,7 @@
|
||||
{
|
||||
case FK1:
|
||||
GDITE();
|
||||
- sprintf(strsql,"%s/doc/buhg3_5.txt",putnansi);
|
||||
+ sprintf(strsql,"%s/buhg3_5.txt",ICEB_DOC_PATH);
|
||||
prosf(strsql);
|
||||
clear();
|
||||
goto naz;
|
||||
@@ -135,7 +135,7 @@
|
||||
char shetk[30];
|
||||
char kontrsh[30];
|
||||
char kontrshk[30];
|
||||
-long vrem;
|
||||
+time_t vrem;
|
||||
double deb=0.,kre=0.;
|
||||
char koment[200];
|
||||
|
12
ukrainian/iceb/files/patch-buhg::impzarnu.c
Normal file
12
ukrainian/iceb/files/patch-buhg::impzarnu.c
Normal file
@ -0,0 +1,12 @@
|
||||
diff -ru --exclude *.bak --exclude Makefile --exclude Makefile.in work.old/buhg/impzarnu.c work/buhg/impzarnu.c
|
||||
--- work.old/buhg/impzarnu.c Thu Jan 16 00:07:53 2003
|
||||
+++ buhg/impzarnu.c Tue Jan 21 21:42:50 2003
|
||||
@@ -94,7 +94,7 @@
|
||||
{
|
||||
case FK1:
|
||||
GDITE();
|
||||
- sprintf(strsql,"%s/doc/%s",putnansi,"zarp2_8_1_2.txt");
|
||||
+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"zarp2_8_1_2.txt");
|
||||
prosf(strsql);
|
||||
clear();
|
||||
goto naz;
|
12
ukrainian/iceb/files/patch-buhg::kasoth.c
Normal file
12
ukrainian/iceb/files/patch-buhg::kasoth.c
Normal file
@ -0,0 +1,12 @@
|
||||
diff -ru --exclude *.bak --exclude Makefile --exclude Makefile.in work.old/buhg/kasoth.c work/buhg/kasoth.c
|
||||
--- work.old/buhg/kasoth.c Thu Jan 16 00:07:53 2003
|
||||
+++ buhg/kasoth.c Tue Jan 21 21:42:50 2003
|
||||
@@ -77,7 +77,7 @@
|
||||
{
|
||||
case FK1: /*ğÏÍÏİØ*/
|
||||
GDITE();
|
||||
-// sprintf(bros,"%s/doc/%s",putnansi,"zarp4_2_1.txt");
|
||||
+// sprintf(bros,"%s/%s",ICEB_DOC_PATH,"zarp4_2_1.txt");
|
||||
// prosf(bros);
|
||||
goto naz;
|
||||
|
16
ukrainian/iceb/files/patch-buhg::kassa.c
Normal file
16
ukrainian/iceb/files/patch-buhg::kassa.c
Normal file
@ -0,0 +1,16 @@
|
||||
diff -ru --exclude *.bak --exclude Makefile --exclude Makefile.in work.old/buhg/kassa.c work/buhg/kassa.c
|
||||
--- work.old/buhg/kassa.c Thu Jan 16 00:07:53 2003
|
||||
+++ buhg/kassa.c Tue Jan 21 21:42:50 2003
|
||||
@@ -396,10 +396,10 @@
|
||||
case 1 :
|
||||
GDITE();
|
||||
if(tipkas == T_DATECS)
|
||||
- sprintf(strsql,"%s/doc/%s",putnansi,"datecs_reset.txt");
|
||||
+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"datecs_reset.txt");
|
||||
|
||||
if(tipkas == T_ERA)
|
||||
- sprintf(strsql,"%s/doc/%s",putnansi,"era_reset.txt");
|
||||
+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"era_reset.txt");
|
||||
|
||||
prosf(strsql);
|
||||
goto naz;
|
15
ukrainian/iceb/files/patch-buhg::kategor.c
Normal file
15
ukrainian/iceb/files/patch-buhg::kategor.c
Normal file
@ -0,0 +1,15 @@
|
||||
diff -ru --exclude *.bak --exclude Makefile --exclude Makefile.in work.old/buhg/kategor.c work/buhg/kategor.c
|
||||
--- work.old/buhg/kategor.c Thu Jan 16 00:07:53 2003
|
||||
+++ buhg/kategor.c Tue Jan 21 21:42:50 2003
|
||||
@@ -93,9 +93,9 @@
|
||||
case FK1: /*ğÏÍÏİØ*/
|
||||
GDITE();
|
||||
if(metkar == 0)
|
||||
- sprintf(bros,"%s/doc/%s",putnansi,"zarp4_2_1.txt");
|
||||
+ sprintf(bros,"%s/%s",ICEB_DOC_PATH,"zarp4_2_1.txt");
|
||||
if(metkar == 1)
|
||||
- sprintf(bros,"%s/doc/%s",putnansi,"zarp4_2_2.txt");
|
||||
+ sprintf(bros,"%s/%s",ICEB_DOC_PATH,"zarp4_2_2.txt");
|
||||
prosf(bros);
|
||||
goto naz;
|
||||
|
20
ukrainian/iceb/files/patch-buhg::korprov.c
Normal file
20
ukrainian/iceb/files/patch-buhg::korprov.c
Normal file
@ -0,0 +1,20 @@
|
||||
--- buhg/korprov.c.orig Wed Oct 8 19:52:09 2003
|
||||
+++ buhg/korprov.c Wed Oct 8 19:52:22 2003
|
||||
@@ -19,7 +19,7 @@
|
||||
char sh[], //óÞÅÔ
|
||||
char shk[], //óÞÅÔ ËÏÒÒÅÓÐÏÎÄÅÎÔ
|
||||
char kor[], //ëÏÄ ËÏÎÔÒÁÇÅÎÔÁ
|
||||
-long vrem, //×ÒÅÍÑ ÚÁÐÉÓÉ
|
||||
+time_t vrem, //×ÒÅÍÑ ÚÁÐÉÓÉ
|
||||
int ktoi,
|
||||
char kto[])
|
||||
{
|
||||
@@ -36,7 +36,7 @@
|
||||
struct tm *bf;
|
||||
int par;
|
||||
char bros1[100];
|
||||
-long tmm;
|
||||
+time_t tmm;
|
||||
struct OPSHET shetv;
|
||||
struct OPSHET shetv1;
|
||||
|
11
ukrainian/iceb/files/patch-buhg::korprovnbs.c
Normal file
11
ukrainian/iceb/files/patch-buhg::korprovnbs.c
Normal file
@ -0,0 +1,11 @@
|
||||
--- buhg/korprovnbs.c.orig Wed Oct 8 19:52:40 2003
|
||||
+++ buhg/korprovnbs.c Wed Oct 8 19:52:45 2003
|
||||
@@ -18,7 +18,7 @@
|
||||
void korprovnbs(VVOD *VV,short d,short m,short g, //äÁÔÁ
|
||||
char sh[], //óÞÅÔ
|
||||
char kor[], //ëÏÄ ËÏÎÔÒÁÇÅÎÔÁ
|
||||
-long vrem, //×ÒÅÍÑ ÚÁÐÉÓÉ
|
||||
+time_t vrem, //×ÒÅÍÑ ÚÁÐÉÓÉ
|
||||
int ktoi,
|
||||
char kto[])
|
||||
{
|
21
ukrainian/iceb/files/patch-buhg::mariq.c
Normal file
21
ukrainian/iceb/files/patch-buhg::mariq.c
Normal file
@ -0,0 +1,21 @@
|
||||
diff -ru --exclude *.bak --exclude Makefile --exclude Makefile.in work.old/buhg/mariq.c work/buhg/mariq.c
|
||||
--- work.old/buhg/mariq.c Thu Jan 16 00:07:53 2003
|
||||
+++ buhg/mariq.c Tue Jan 21 21:42:51 2003
|
||||
@@ -589,7 +589,7 @@
|
||||
/*
|
||||
case FK1:
|
||||
GDITE();
|
||||
- sprintf(strsql,"%s/doc/%s",putnansi,"buhg3_2.txt");
|
||||
+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"buhg3_2.txt");
|
||||
prosf(strsql);
|
||||
clear();
|
||||
goto naz1;
|
||||
@@ -656,7 +656,7 @@
|
||||
/*
|
||||
case FK1:
|
||||
GDITE();
|
||||
- sprintf(strsql,"%s/doc/%s",putnansi,"buhg3_2.txt");
|
||||
+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"buhg3_2.txt");
|
||||
prosf(strsql);
|
||||
clear();
|
||||
goto naz1;
|
12
ukrainian/iceb/files/patch-buhg::motpk.c
Normal file
12
ukrainian/iceb/files/patch-buhg::motpk.c
Normal file
@ -0,0 +1,12 @@
|
||||
diff -ru --exclude *.bak --exclude Makefile --exclude Makefile.in work.old/buhg/motpk.c work/buhg/motpk.c
|
||||
--- work.old/buhg/motpk.c Thu Jan 16 00:07:54 2003
|
||||
+++ buhg/motpk.c Tue Jan 21 21:42:51 2003
|
||||
@@ -170,7 +170,7 @@
|
||||
|
||||
case FK1:
|
||||
GDITE();
|
||||
- sprintf(bros,"%s/doc/%s",putnansi,"matu5_6.txt");
|
||||
+ sprintf(bros,"%s/%s",ICEB_DOC_PATH,"matu5_6.txt");
|
||||
prosf(bros);
|
||||
clear();
|
||||
goto naz;
|
12
ukrainian/iceb/files/patch-buhg::otrshd.c
Normal file
12
ukrainian/iceb/files/patch-buhg::otrshd.c
Normal file
@ -0,0 +1,12 @@
|
||||
diff -ru --exclude *.bak --exclude Makefile --exclude Makefile.in work.old/buhg/otrshd.c work/buhg/otrshd.c
|
||||
--- work.old/buhg/otrshd.c Thu Jan 16 00:07:54 2003
|
||||
+++ buhg/otrshd.c Tue Jan 21 21:42:51 2003
|
||||
@@ -86,7 +86,7 @@
|
||||
{
|
||||
case FK1: /*ğÏÍÏİØ*/
|
||||
GDITE();
|
||||
- sprintf(bros,"%s/doc/%s",putnansi,"zarp4_2_3.txt");
|
||||
+ sprintf(bros,"%s/%s",ICEB_DOC_PATH,"zarp4_2_3.txt");
|
||||
prosf(bros);
|
||||
goto naz;
|
||||
|
12
ukrainian/iceb/files/patch-buhg::perras.c
Normal file
12
ukrainian/iceb/files/patch-buhg::perras.c
Normal file
@ -0,0 +1,12 @@
|
||||
diff -ru --exclude *.bak --exclude Makefile --exclude Makefile.in work.old/buhg/perras.c work/buhg/perras.c
|
||||
--- work.old/buhg/perras.c Thu Jan 16 00:07:54 2003
|
||||
+++ buhg/perras.c Tue Jan 21 21:42:51 2003
|
||||
@@ -98,7 +98,7 @@
|
||||
|
||||
case 4:
|
||||
GDITE();
|
||||
- sprintf(bros,"%s/doc/%s",putnansi,"zarp4_3_7.txt");
|
||||
+ sprintf(bros,"%s/%s",ICEB_DOC_PATH,"zarp4_3_7.txt");
|
||||
prosf(bros);
|
||||
break;
|
||||
}
|
12
ukrainian/iceb/files/patch-buhg::pgpld.c
Normal file
12
ukrainian/iceb/files/patch-buhg::pgpld.c
Normal file
@ -0,0 +1,12 @@
|
||||
diff -ru --exclude *.bak --exclude Makefile --exclude Makefile.in work.old/buhg/pgpld.c work/buhg/pgpld.c
|
||||
--- work.old/buhg/pgpld.c Thu Jan 16 00:07:54 2003
|
||||
+++ buhg/pgpld.c Tue Jan 21 21:42:51 2003
|
||||
@@ -68,7 +68,7 @@
|
||||
{
|
||||
case FK1: /*ğÏÍÏİØ*/
|
||||
GDITE();
|
||||
- sprintf(strsql,"%s/doc/%s",putnansi,"dokum2_5.txt");
|
||||
+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"dokum2_5.txt");
|
||||
prosf(strsql);
|
||||
goto naz;
|
||||
|
12
ukrainian/iceb/files/patch-buhg::platdok.c
Normal file
12
ukrainian/iceb/files/patch-buhg::platdok.c
Normal file
@ -0,0 +1,12 @@
|
||||
diff -ru --exclude *.bak --exclude Makefile --exclude Makefile.in work.old/buhg/platdok.c work/buhg/platdok.c
|
||||
--- work.old/buhg/platdok.c Thu Jan 16 00:07:55 2003
|
||||
+++ buhg/platdok.c Tue Jan 21 21:42:51 2003
|
||||
@@ -477,7 +477,7 @@
|
||||
|
||||
case FK1: /*ğÏÍÏİØ*/
|
||||
GDITE();
|
||||
- sprintf(strsql,"%s/doc/%s",putnansi,"dokum2_1.txt");
|
||||
+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"dokum2_1.txt");
|
||||
prosf(strsql);
|
||||
clear();
|
||||
par=0;
|
12
ukrainian/iceb/files/patch-buhg::pld.c
Normal file
12
ukrainian/iceb/files/patch-buhg::pld.c
Normal file
@ -0,0 +1,12 @@
|
||||
diff -ru --exclude *.bak --exclude Makefile --exclude Makefile.in work.old/buhg/pld.c work/buhg/pld.c
|
||||
--- work.old/buhg/pld.c Thu Jan 16 00:07:55 2003
|
||||
+++ buhg/pld.c Tue Jan 21 21:42:51 2003
|
||||
@@ -352,7 +352,7 @@
|
||||
|
||||
case FK1: /*ğÏÍÏİØ*/
|
||||
GDITE();
|
||||
- sprintf(strsql,"%s/doc/%s",putnansi,"dokum2_1_1.txt");
|
||||
+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"dokum2_1_1.txt");
|
||||
prosf(strsql);
|
||||
clear();
|
||||
goto naz;
|
12
ukrainian/iceb/files/patch-buhg::poikasdok.c
Normal file
12
ukrainian/iceb/files/patch-buhg::poikasdok.c
Normal file
@ -0,0 +1,12 @@
|
||||
diff -ru --exclude *.bak --exclude Makefile --exclude Makefile.in work.old/buhg/poikasdok.c work/buhg/poikasdok.c
|
||||
--- work.old/buhg/poikasdok.c Thu Jan 16 00:07:55 2003
|
||||
+++ buhg/poikasdok.c Tue Jan 21 21:42:51 2003
|
||||
@@ -45,7 +45,7 @@
|
||||
if(i == FK1)
|
||||
{
|
||||
GDITE();
|
||||
- sprintf(strsql,"%s/doc/%s",putnansi,"kas5.txt");
|
||||
+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"kas5.txt");
|
||||
prosf(strsql);
|
||||
clear();
|
||||
goto naz2;
|
12
ukrainian/iceb/files/patch-buhg::poimatdok.c
Normal file
12
ukrainian/iceb/files/patch-buhg::poimatdok.c
Normal file
@ -0,0 +1,12 @@
|
||||
diff -ru --exclude *.bak --exclude Makefile --exclude Makefile.in work.old/buhg/poimatdok.c work/buhg/poimatdok.c
|
||||
--- work.old/buhg/poimatdok.c Thu Jan 16 00:07:55 2003
|
||||
+++ buhg/poimatdok.c Tue Jan 21 21:42:51 2003
|
||||
@@ -45,7 +45,7 @@
|
||||
if(i == FK1)
|
||||
{
|
||||
GDITE();
|
||||
- sprintf(strsql,"%s/doc/%s",putnansi,"matu2_2.txt");
|
||||
+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"matu2_2.txt");
|
||||
prosf(strsql);
|
||||
clear();
|
||||
goto naz2;
|
12
ukrainian/iceb/files/patch-buhg::poiplatdok.c
Normal file
12
ukrainian/iceb/files/patch-buhg::poiplatdok.c
Normal file
@ -0,0 +1,12 @@
|
||||
diff -ru --exclude *.bak --exclude Makefile --exclude Makefile.in work.old/buhg/poiplatdok.c work/buhg/poiplatdok.c
|
||||
--- work.old/buhg/poiplatdok.c Thu Jan 16 00:07:55 2003
|
||||
+++ buhg/poiplatdok.c Tue Jan 21 21:42:51 2003
|
||||
@@ -49,7 +49,7 @@
|
||||
if(i == FK1)
|
||||
{
|
||||
GDITE();
|
||||
- sprintf(strsql,"%s/doc/%s",putnansi,"matu2_2.txt");
|
||||
+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"matu2_2.txt");
|
||||
prosf(strsql);
|
||||
clear();
|
||||
goto naz2;
|
12
ukrainian/iceb/files/patch-buhg::poiprov.c
Normal file
12
ukrainian/iceb/files/patch-buhg::poiprov.c
Normal file
@ -0,0 +1,12 @@
|
||||
diff -ru --exclude *.bak --exclude Makefile --exclude Makefile.in work.old/buhg/poiprov.c work/buhg/poiprov.c
|
||||
--- work.old/buhg/poiprov.c Thu Jan 16 00:07:55 2003
|
||||
+++ buhg/poiprov.c Tue Jan 21 21:42:51 2003
|
||||
@@ -130,7 +130,7 @@
|
||||
|
||||
case FK1:
|
||||
GDITE();
|
||||
- sprintf(strsql,"%s/doc/%s",putnansi,"buhg3_3.txt");
|
||||
+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"buhg3_3.txt");
|
||||
prosf(strsql);
|
||||
clear();
|
||||
goto naz;
|
12
ukrainian/iceb/files/patch-buhg::poiusldok.c
Normal file
12
ukrainian/iceb/files/patch-buhg::poiusldok.c
Normal file
@ -0,0 +1,12 @@
|
||||
diff -ru --exclude *.bak --exclude Makefile --exclude Makefile.in work.old/buhg/poiusldok.c work/buhg/poiusldok.c
|
||||
--- work.old/buhg/poiusldok.c Thu Jan 16 00:07:55 2003
|
||||
+++ buhg/poiusldok.c Tue Jan 21 21:42:51 2003
|
||||
@@ -44,7 +44,7 @@
|
||||
if(i == FK1)
|
||||
{
|
||||
GDITE();
|
||||
- sprintf(strsql,"%s/doc/%s",putnansi,"usl2_2.txt");
|
||||
+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"usl2_2.txt");
|
||||
prosf(strsql);
|
||||
clear();
|
||||
goto naz2;
|
12
ukrainian/iceb/files/patch-buhg::printpershek.c
Normal file
12
ukrainian/iceb/files/patch-buhg::printpershek.c
Normal file
@ -0,0 +1,12 @@
|
||||
diff -ru --exclude *.bak --exclude Makefile --exclude Makefile.in work.old/buhg/printpershek.c work/buhg/printpershek.c
|
||||
--- work.old/buhg/printpershek.c Thu Jan 16 00:07:55 2003
|
||||
+++ buhg/printpershek.c Tue Jan 21 21:42:51 2003
|
||||
@@ -44,7 +44,7 @@
|
||||
/*
|
||||
case FK1:
|
||||
GDITE();
|
||||
- sprintf(strsql,"%s/doc/%s",putnansi,"buhg3_2.txt");
|
||||
+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"buhg3_2.txt");
|
||||
prosf(strsql);
|
||||
clear();
|
||||
goto naz1;
|
12
ukrainian/iceb/files/patch-buhg::prognoz.c
Normal file
12
ukrainian/iceb/files/patch-buhg::prognoz.c
Normal file
@ -0,0 +1,12 @@
|
||||
diff -ru --exclude *.bak --exclude Makefile --exclude Makefile.in work.old/buhg/prognoz.c work/buhg/prognoz.c
|
||||
--- work.old/buhg/prognoz.c Thu Jan 16 00:07:55 2003
|
||||
+++ buhg/prognoz.c Tue Jan 21 21:42:51 2003
|
||||
@@ -98,7 +98,7 @@
|
||||
|
||||
case FK1:
|
||||
GDITE();
|
||||
- sprintf(bros,"%s/doc/%s",putnansi,"matu5_11.txt");
|
||||
+ sprintf(bros,"%s/%s",ICEB_DOC_PATH,"matu5_11.txt");
|
||||
prosf(bros);
|
||||
clear();
|
||||
goto naz;
|
11
ukrainian/iceb/files/patch-buhg::provtime.c
Normal file
11
ukrainian/iceb/files/patch-buhg::provtime.c
Normal file
@ -0,0 +1,11 @@
|
||||
--- buhg/provtime.c.orig Wed Oct 8 19:53:03 2003
|
||||
+++ buhg/provtime.c Wed Oct 8 19:53:09 2003
|
||||
@@ -19,7 +19,7 @@
|
||||
{
|
||||
int kom1=0;
|
||||
struct tm *bf;
|
||||
-long tmm;
|
||||
+time_t tmm;
|
||||
char bros[100];
|
||||
short dn,mn,gn,dk,mk,gk;
|
||||
char strsql[300];
|
12
ukrainian/iceb/files/patch-buhg::rasdolgi.c
Normal file
12
ukrainian/iceb/files/patch-buhg::rasdolgi.c
Normal file
@ -0,0 +1,12 @@
|
||||
diff -ru --exclude *.bak --exclude Makefile --exclude Makefile.in work.old/buhg/rasdolgi.c work/buhg/rasdolgi.c
|
||||
--- work.old/buhg/rasdolgi.c Thu Jan 16 00:07:56 2003
|
||||
+++ buhg/rasdolgi.c Tue Jan 21 21:42:51 2003
|
||||
@@ -158,7 +158,7 @@
|
||||
{
|
||||
case FK1: /*ğÏÍÏİØ*/
|
||||
GDITE();
|
||||
- sprintf(bros,"%s/doc/%s",putnansi,"zarp4_3_9.txt");
|
||||
+ sprintf(bros,"%s/%s",ICEB_DOC_PATH,"zarp4_3_9.txt");
|
||||
prosf(bros);
|
||||
goto naz;
|
||||
|
12
ukrainian/iceb/files/patch-buhg::rasdolgi1.c
Normal file
12
ukrainian/iceb/files/patch-buhg::rasdolgi1.c
Normal file
@ -0,0 +1,12 @@
|
||||
diff -ru --exclude *.bak --exclude Makefile --exclude Makefile.in work.old/buhg/rasdolgi1.c work/buhg/rasdolgi1.c
|
||||
--- work.old/buhg/rasdolgi1.c Thu Jan 16 00:07:56 2003
|
||||
+++ buhg/rasdolgi1.c Tue Jan 21 21:42:51 2003
|
||||
@@ -63,7 +63,7 @@
|
||||
{
|
||||
case FK1:
|
||||
GDITE();
|
||||
- sprintf(strsql,"%s/doc/%s",putnansi,"zarp4_3_10.txt");
|
||||
+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"zarp4_3_10.txt");
|
||||
prosf(strsql);
|
||||
goto naz;
|
||||
|
15
ukrainian/iceb/files/patch-buhg::rashod.c
Normal file
15
ukrainian/iceb/files/patch-buhg::rashod.c
Normal file
@ -0,0 +1,15 @@
|
||||
diff -ru --exclude *.bak --exclude Makefile --exclude Makefile.in work.old/buhg/rashod.c work/buhg/rashod.c
|
||||
--- work.old/buhg/rashod.c Thu Jan 16 00:07:56 2003
|
||||
+++ buhg/rashod.c Tue Jan 21 21:42:51 2003
|
||||
@@ -479,9 +479,9 @@
|
||||
attron(VV.VVOD_return_cs(iceb_CFM));
|
||||
GDITE();
|
||||
if(mdd == 0) /*ïÄÉÎÁÒÎÙÊ ÄÏËÕÍÅÎÔ*/
|
||||
- sprintf(strsql,"%s/doc/%s",putnansi,"matu2_1_2j.txt");
|
||||
+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"matu2_1_2j.txt");
|
||||
if(mdd == 1) /*ä×ÏÊÎÏÊ ÄÏËÕÍÅÎÔ*/
|
||||
- sprintf(strsql,"%s/doc/%s",putnansi,"matu2_1_2j1.txt");
|
||||
+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"matu2_1_2j1.txt");
|
||||
prosf(strsql);
|
||||
clear();
|
||||
goto naz1;
|
12
ukrainian/iceb/files/patch-buhg::rasknig.c
Normal file
12
ukrainian/iceb/files/patch-buhg::rasknig.c
Normal file
@ -0,0 +1,12 @@
|
||||
diff -ru --exclude *.bak --exclude Makefile --exclude Makefile.in work.old/buhg/rasknig.c work/buhg/rasknig.c
|
||||
--- work.old/buhg/rasknig.c Thu Jan 16 00:07:56 2003
|
||||
+++ buhg/rasknig.c Tue Jan 21 21:42:51 2003
|
||||
@@ -91,7 +91,7 @@
|
||||
{
|
||||
case FK1:
|
||||
GDITE();
|
||||
- sprintf(bros,"%s/doc/%s",putnansi,"matu5_14.txt");
|
||||
+ sprintf(bros,"%s/%s",ICEB_DOC_PATH,"matu5_14.txt");
|
||||
prosf(bros);
|
||||
clear();
|
||||
goto nazz;
|
12
ukrainian/iceb/files/patch-buhg::rasknigpok.c
Normal file
12
ukrainian/iceb/files/patch-buhg::rasknigpok.c
Normal file
@ -0,0 +1,12 @@
|
||||
diff -ru --exclude *.bak --exclude Makefile --exclude Makefile.in work.old/buhg/rasknigpok.c work/buhg/rasknigpok.c
|
||||
--- work.old/buhg/rasknigpok.c Thu Jan 16 00:07:56 2003
|
||||
+++ buhg/rasknigpok.c Tue Jan 21 21:42:51 2003
|
||||
@@ -81,7 +81,7 @@
|
||||
{
|
||||
case FK1:
|
||||
GDITE();
|
||||
- sprintf(bros,"%s/doc/%s",putnansi,"matu5_15.txt");
|
||||
+ sprintf(bros,"%s/%s",ICEB_DOC_PATH,"matu5_15.txt");
|
||||
prosf(bros);
|
||||
clear();
|
||||
goto nazz;
|
12
ukrainian/iceb/files/patch-buhg::rasnash.c
Normal file
12
ukrainian/iceb/files/patch-buhg::rasnash.c
Normal file
@ -0,0 +1,12 @@
|
||||
diff -ru --exclude *.bak --exclude Makefile --exclude Makefile.in work.old/buhg/rasnash.c work/buhg/rasnash.c
|
||||
--- work.old/buhg/rasnash.c Thu Jan 16 00:07:56 2003
|
||||
+++ buhg/rasnash.c Tue Jan 21 21:42:51 2003
|
||||
@@ -71,7 +71,7 @@
|
||||
{
|
||||
case FK1: /*ğÏÍÏİØ*/
|
||||
GDITE();
|
||||
-// sprintf(bros,"%s/doc/%s",putnansi,"zarp4_2_2.txt");
|
||||
+// sprintf(bros,"%s/%s",ICEB_DOC_PATH,"zarp4_2_2.txt");
|
||||
// prosf(bros);
|
||||
goto naz;
|
||||
|
12
ukrainian/iceb/files/patch-buhg::rasnds.c
Normal file
12
ukrainian/iceb/files/patch-buhg::rasnds.c
Normal file
@ -0,0 +1,12 @@
|
||||
diff -ru --exclude *.bak --exclude Makefile --exclude Makefile.in work.old/buhg/rasnds.c work/buhg/rasnds.c
|
||||
--- work.old/buhg/rasnds.c Thu Jan 16 00:07:56 2003
|
||||
+++ buhg/rasnds.c Tue Jan 21 21:42:51 2003
|
||||
@@ -139,7 +139,7 @@
|
||||
|
||||
case FK1:
|
||||
GDITE();
|
||||
- sprintf(bros,"%s/doc/%s",putnansi,"matu5_10.txt");
|
||||
+ sprintf(bros,"%s/%s",ICEB_DOC_PATH,"matu5_10.txt");
|
||||
prosf(bros);
|
||||
clear();
|
||||
goto naz;
|
12
ukrainian/iceb/files/patch-buhg::rasoskr.c
Normal file
12
ukrainian/iceb/files/patch-buhg::rasoskr.c
Normal file
@ -0,0 +1,12 @@
|
||||
diff -ru --exclude *.bak --exclude Makefile --exclude Makefile.in work.old/buhg/rasoskr.c work/buhg/rasoskr.c
|
||||
--- work.old/buhg/rasoskr.c Thu Jan 16 00:07:56 2003
|
||||
+++ buhg/rasoskr.c Tue Jan 21 21:42:51 2003
|
||||
@@ -129,7 +129,7 @@
|
||||
return;
|
||||
case FK1: /*ğÏÍÏİØ*/
|
||||
GDITE();
|
||||
- sprintf(strsql,"%s/doc/%s",putnansi,"matu5_1.txt");
|
||||
+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"matu5_1.txt");
|
||||
prosf(strsql);
|
||||
clear();
|
||||
goto naz;
|
11
ukrainian/iceb/files/patch-buhg::rasprov.c
Normal file
11
ukrainian/iceb/files/patch-buhg::rasprov.c
Normal file
@ -0,0 +1,11 @@
|
||||
--- buhg/rasprov.c.orig Wed Oct 8 19:53:24 2003
|
||||
+++ buhg/rasprov.c Wed Oct 8 19:53:33 2003
|
||||
@@ -39,7 +39,7 @@
|
||||
SQL_str row,row1;
|
||||
char imaf[30],imafden[30],imafsvod[30];
|
||||
FILE *ff1,*ffden,*ffsvod;
|
||||
-long tmm;
|
||||
+time_t tmm;
|
||||
struct tm *bf;
|
||||
double dbt,krt;
|
||||
double dbtden=0.,krtden=0.;
|
12
ukrainian/iceb/files/patch-buhg::rasspdok.c
Normal file
12
ukrainian/iceb/files/patch-buhg::rasspdok.c
Normal file
@ -0,0 +1,12 @@
|
||||
diff -ru --exclude *.bak --exclude Makefile --exclude Makefile.in work.old/buhg/rasspdok.c work/buhg/rasspdok.c
|
||||
--- work.old/buhg/rasspdok.c Thu Jan 16 00:07:57 2003
|
||||
+++ buhg/rasspdok.c Tue Jan 21 21:42:51 2003
|
||||
@@ -127,7 +127,7 @@
|
||||
|
||||
case FK1:
|
||||
GDITE();
|
||||
- sprintf(bros,"%s/doc/%s",putnansi,"matu5_8.txt");
|
||||
+ sprintf(bros,"%s/%s",ICEB_DOC_PATH,"matu5_8.txt");
|
||||
prosf(bros);
|
||||
clear();
|
||||
goto naz;
|
12
ukrainian/iceb/files/patch-buhg::rasspdoku.c
Normal file
12
ukrainian/iceb/files/patch-buhg::rasspdoku.c
Normal file
@ -0,0 +1,12 @@
|
||||
diff -ru --exclude *.bak --exclude Makefile --exclude Makefile.in work.old/buhg/rasspdoku.c work/buhg/rasspdoku.c
|
||||
--- work.old/buhg/rasspdoku.c Thu Jan 16 00:07:57 2003
|
||||
+++ buhg/rasspdoku.c Tue Jan 21 21:42:51 2003
|
||||
@@ -120,7 +120,7 @@
|
||||
case FK1:
|
||||
GDITE();
|
||||
|
||||
- sprintf(bros,"%s/doc/%s",putnansi,"usl4_2.txt");
|
||||
+ sprintf(bros,"%s/%s",ICEB_DOC_PATH,"usl4_2.txt");
|
||||
prosf(bros);
|
||||
|
||||
clear();
|
12
ukrainian/iceb/files/patch-buhg::rastab.c
Normal file
12
ukrainian/iceb/files/patch-buhg::rastab.c
Normal file
@ -0,0 +1,12 @@
|
||||
diff -ru --exclude *.bak --exclude Makefile --exclude Makefile.in work.old/buhg/rastab.c work/buhg/rastab.c
|
||||
--- work.old/buhg/rastab.c Thu Jan 16 00:07:57 2003
|
||||
+++ buhg/rastab.c Tue Jan 21 21:42:51 2003
|
||||
@@ -80,7 +80,7 @@
|
||||
{
|
||||
case FK1:
|
||||
GDITE();
|
||||
- sprintf(strsql,"%s/doc/%s",putnansi,"zarp4_3_5.txt");
|
||||
+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"zarp4_3_5.txt");
|
||||
prosf(strsql);
|
||||
clear();
|
||||
goto naz;
|
12
ukrainian/iceb/files/patch-buhg::rasved.c
Normal file
12
ukrainian/iceb/files/patch-buhg::rasved.c
Normal file
@ -0,0 +1,12 @@
|
||||
diff -ru --exclude *.bak --exclude Makefile --exclude Makefile.in work.old/buhg/rasved.c work/buhg/rasved.c
|
||||
--- work.old/buhg/rasved.c Thu Jan 16 00:07:57 2003
|
||||
+++ buhg/rasved.c Tue Jan 21 21:42:51 2003
|
||||
@@ -171,7 +171,7 @@
|
||||
|
||||
case FK1:
|
||||
GDITE();
|
||||
- sprintf(strsql,"%s/doc/%s",putnansi,"zarp4_1_1.txt");
|
||||
+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"zarp4_1_1.txt");
|
||||
prosf(strsql);
|
||||
goto naz;
|
||||
|
12
ukrainian/iceb/files/patch-buhg::raszall.c
Normal file
12
ukrainian/iceb/files/patch-buhg::raszall.c
Normal file
@ -0,0 +1,12 @@
|
||||
diff -ru --exclude *.bak --exclude Makefile --exclude Makefile.in work.old/buhg/raszall.c work/buhg/raszall.c
|
||||
--- work.old/buhg/raszall.c Thu Jan 16 00:07:57 2003
|
||||
+++ buhg/raszall.c Tue Jan 21 21:42:51 2003
|
||||
@@ -76,7 +76,7 @@
|
||||
{
|
||||
case FK1: /*ğÏÍÏİØ*/
|
||||
GDITE();
|
||||
- sprintf(bros,"%s/doc/%s",putnansi,"zarp2_7.txt");
|
||||
+ sprintf(bros,"%s/%s",ICEB_DOC_PATH,"zarp2_7.txt");
|
||||
prosf(bros);
|
||||
goto naz;
|
||||
|
12
ukrainian/iceb/files/patch-buhg::raszpodr.c
Normal file
12
ukrainian/iceb/files/patch-buhg::raszpodr.c
Normal file
@ -0,0 +1,12 @@
|
||||
diff -ru --exclude *.bak --exclude Makefile --exclude Makefile.in work.old/buhg/raszpodr.c work/buhg/raszpodr.c
|
||||
--- work.old/buhg/raszpodr.c Thu Jan 16 00:07:57 2003
|
||||
+++ buhg/raszpodr.c Tue Jan 21 21:42:51 2003
|
||||
@@ -75,7 +75,7 @@
|
||||
{
|
||||
case FK1: /*ğÏÍÏİØ*/
|
||||
GDITE();
|
||||
- sprintf(bros,"%s/doc/%s",putnansi,"zarp4_8.txt");
|
||||
+ sprintf(bros,"%s/%s",ICEB_DOC_PATH,"zarp4_8.txt");
|
||||
prosf(bros);
|
||||
goto naz;
|
||||
|
12
ukrainian/iceb/files/patch-buhg::rlop.c
Normal file
12
ukrainian/iceb/files/patch-buhg::rlop.c
Normal file
@ -0,0 +1,12 @@
|
||||
diff -ru --exclude *.bak --exclude Makefile --exclude Makefile.in work.old/buhg/rlop.c work/buhg/rlop.c
|
||||
--- work.old/buhg/rlop.c Thu Jan 16 00:07:57 2003
|
||||
+++ buhg/rlop.c Tue Jan 21 21:42:52 2003
|
||||
@@ -70,7 +70,7 @@
|
||||
{
|
||||
case FK1: /*ğÏÍÏİØ*/
|
||||
GDITE();
|
||||
-// sprintf(strsql,"%s/doc/%s",putnansi,"buhg5_1.txt");
|
||||
+// sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"buhg5_1.txt");
|
||||
// prosf(strsql);
|
||||
goto naz;
|
||||
|
12
ukrainian/iceb/files/patch-buhg::rozkor.c
Normal file
12
ukrainian/iceb/files/patch-buhg::rozkor.c
Normal file
@ -0,0 +1,12 @@
|
||||
diff -ru --exclude *.bak --exclude Makefile --exclude Makefile.in work.old/buhg/rozkor.c work/buhg/rozkor.c
|
||||
--- work.old/buhg/rozkor.c Thu Jan 16 00:07:57 2003
|
||||
+++ buhg/rozkor.c Tue Jan 21 21:42:52 2003
|
||||
@@ -108,7 +108,7 @@
|
||||
{
|
||||
case FK1: /*ğÏÍÏİØ*/
|
||||
GDITE();
|
||||
- sprintf(strsql,"%s/doc/%s",putnansi,"matu2_1_2c.txt");
|
||||
+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"matu2_1_2c.txt");
|
||||
prosf(strsql);
|
||||
clear();
|
||||
goto naz;
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user