Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtjoms Rimdjonoks <artjoms.rimdjonoks@zabbix.com>2021-03-03 17:59:45 +0300
committerArtjoms Rimdjonoks <artjoms.rimdjonoks@zabbix.com>2021-03-03 17:59:45 +0300
commitb7758d13000ad2a5d0138fd1f5ab7f9924033b29 (patch)
tree0d70c5b62b4fff7d5b6e04f1321332f08731bf83 /include/zbxdb.h
parent12cd54c3973d0befe99178866d8fd96817bfce72 (diff)
........S. [DEV-1836] fixed oracle compiler warnings
Diffstat (limited to 'include/zbxdb.h')
-rw-r--r--include/zbxdb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zbxdb.h b/include/zbxdb.h
index 95a57b59d4a..8816f9bc1c4 100644
--- a/include/zbxdb.h
+++ b/include/zbxdb.h
@@ -151,6 +151,6 @@ char *zbx_db_dyn_escape_string(const char *src, size_t max_bytes, size_t max_ch
#define ZBX_SQL_LIKE_ESCAPE_CHAR '!'
char *zbx_db_dyn_escape_like_pattern(const char *src);
-int zbx_db_strlen_n(const char *text, size_t maxlen);
+int zbx_db_strlen_n(const char *text_loc, size_t maxlen);
#endif