summaryrefslogtreecommitdiffstats
path: root/include/functions.c
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2004-11-21 20:47:47 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2004-11-21 20:47:47 +0000
commit02bfe4c9fa6060865a5814664ce2586320ac6010 (patch)
tree401930e9bbcbc159d416450afdc70432416da9cc /include/functions.c
parent77a1bb41328efc55a394de86ebdedac4492ab536 (diff)
downloadzabbix-02bfe4c9fa6060865a5814664ce2586320ac6010.tar.gz
zabbix-02bfe4c9fa6060865a5814664ce2586320ac6010.tar.xz
zabbix-02bfe4c9fa6060865a5814664ce2586320ac6010.zip
Missing declaration of a variable.
git-svn-id: svn://svn.zabbix.com/trunk@1506 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'include/functions.c')
-rw-r--r--include/functions.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/functions.c b/include/functions.c
index ca464a79..2e34d97a 100644
--- a/include/functions.c
+++ b/include/functions.c
@@ -2365,6 +2365,7 @@ void process_new_value(DB_ITEM *item,char *value)
char sql[MAX_STRING_LEN];
char value_esc[MAX_STRING_LEN];
double value_double;
+ double multiplier;
char *e;
now = time(NULL);