summaryrefslogtreecommitdiff
path: root/ukrainian/iceb/files/patch-libbuh::nomnalnak.c
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-01-11 01:56:33 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-01-11 01:56:33 +0000
commit9a630d51d89cb0893db6c8a56e946539d9d4aaf6 (patch)
treec6ad697c939c0cd0f421e87586745d1330de6420 /ukrainian/iceb/files/patch-libbuh::nomnalnak.c
parentadd 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-libbuh::nomnalnak.c')
-rw-r--r--ukrainian/iceb/files/patch-libbuh::nomnalnak.c31
1 files changed, 0 insertions, 31 deletions
diff --git a/ukrainian/iceb/files/patch-libbuh::nomnalnak.c b/ukrainian/iceb/files/patch-libbuh::nomnalnak.c
deleted file mode 100644
index f3b0fe6edc2b..000000000000
--- a/ukrainian/iceb/files/patch-libbuh::nomnalnak.c
+++ /dev/null
@@ -1,31 +0,0 @@
---- libbuh/nomnalnak.c.orig Wed Oct 8 18:59:39 2003
-+++ libbuh/nomnalnak.c Wed Oct 8 19:00:33 2003
-@@ -19,7 +19,7 @@
- int nn;
- int kolstr;
-
--sprintf(strsql,"select nomnn from Dokummat where tip=%d and
-+sprintf(strsql,"select nomnn from Dokummat where tip=%d and \
- datd >= '%04d-01-01' and datd <= '%04d-12-31'",
- 2,god);
-
-@@ -33,8 +33,8 @@
- nomnalnak=nn;
- }
-
--sprintf(strsql,"select nomnn from Usldokum where tp=%d and
--datd >= '%04d-01-01' and datd <= '%04d-12-31'",
-+sprintf(strsql,"select nomnn from Usldokum where tp=%d and \
-+datd >= '%04d-01-01' and datd <= '%04d-12-31'",
- 2,god,god);
- if((kolstr=cur.make_cursor(&bd,strsql)) < 0)
- msql_error(&bd,catgets(fils,1,82,"Ошибка создания курсора !"),strsql);
-@@ -44,7 +44,7 @@
- if(nn > nomnalnak)
- nomnalnak=nn;
- }
--sprintf(strsql,"select datd,nomd from Uosdok where tipz=%d and
-+sprintf(strsql,"select datd,nomd from Uosdok where tipz=%d and \
- datd >= '%04d-01-01' and datd <= '%04d-12-31'",
- 2,god,god);
- if((kolstr=cur.make_cursor(&bd,strsql)) < 0)