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-libbuh::provnomnnak.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-libbuh::provnomnnak.c')
-rw-r--r-- | ukrainian/iceb/files/patch-libbuh::provnomnnak.c | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/ukrainian/iceb/files/patch-libbuh::provnomnnak.c b/ukrainian/iceb/files/patch-libbuh::provnomnnak.c deleted file mode 100644 index d7a04cbec537..000000000000 --- a/ukrainian/iceb/files/patch-libbuh::provnomnnak.c +++ /dev/null @@ -1,29 +0,0 @@ ---- libbuh/provnomnnak.c.orig Wed Oct 8 19:01:06 2003 -+++ libbuh/provnomnnak.c Wed Oct 8 19:01:28 2003 -@@ -17,7 +17,7 @@ - char strsql[300]; - SQL_str row; - --sprintf(strsql,"select datd,nomd from Dokummat where tip=%d and -+sprintf(strsql,"select datd,nomd from Dokummat where tip=%d and \ - datd >= '%04d-01-01' and datd <= '%04d-12-31' and nomnn='%s'", - 2,god,god,nomnalnak); - if(sql_readkey(&bd,strsql,&row) >= 1) -@@ -34,7 +34,7 @@ - return(1); - } - --sprintf(strsql,"select datd,nomd from Usldokum where tp=%d and -+sprintf(strsql,"select datd,nomd from Usldokum where tp=%d and \ - datd >= '%04d-01-01' and datd <= '%04d-12-31' and nomnn='%s'", - 2,god,god,nomnalnak); - if(sql_readkey(&bd,strsql,&row) >= 1) -@@ -51,7 +51,7 @@ - return(1); - } - --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' and nomnn='%s'", - 2,god,god,nomnalnak); - if(sql_readkey(&bd,strsql,&row) >= 1) |