summaryrefslogtreecommitdiff
path: root/dev-db/libiodbc/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-01-16 20:27:28 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-01-16 20:27:28 +0000
commit2fd57282f0262ca084e05b0f2c63fbada395d02b (patch)
tree4e0f23cea9ce9fd972e70ebc5214bf36fed465cc /dev-db/libiodbc/files
parentc3bc61051d7f12b4c682efa7a5460bbc8815649e (diff)
gentoo resync : 16.01.2021
Diffstat (limited to 'dev-db/libiodbc/files')
-rw-r--r--dev-db/libiodbc/files/libiodbc-3.52.7-debian_bug508480.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/dev-db/libiodbc/files/libiodbc-3.52.7-debian_bug508480.patch b/dev-db/libiodbc/files/libiodbc-3.52.7-debian_bug508480.patch
deleted file mode 100644
index d501d1b9dc49..000000000000
--- a/dev-db/libiodbc/files/libiodbc-3.52.7-debian_bug508480.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/iodbcinst/inifile.c
-+++ b/iodbcinst/inifile.c
-@@ -1023,7 +1023,8 @@
-
- if (!_iodbcdm_cfg_find (pCfg, lpszSection, NULL))
- {
-- while (curr < cbRetBuffer && 0 == _iodbcdm_cfg_nextentry (pCfg))
-+ while (curr < cbRetBuffer && 0 == _iodbcdm_cfg_nextentry (pCfg)
-+ && pCfg->section)
- {
- if (_iodbcdm_cfg_section (pCfg))
- break;