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:
authorAlexei Vladishev <alexei.vladishev@zabbix.com>2006-09-21 12:47:33 +0400
committerAlexei Vladishev <alexei.vladishev@zabbix.com>2006-09-21 12:47:33 +0400
commit4796039f0323b99ccde0591bb7460247275496bd (patch)
tree0241438be056a94590dea19456081b699477e52b /include/zbxtypes.h
parent0db990a9c056dbb41149f3192c69b917b8ed2bc9 (diff)
- added basic support of distributed events
Diffstat (limited to 'include/zbxtypes.h')
-rwxr-xr-xinclude/zbxtypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zbxtypes.h b/include/zbxtypes.h
index 1abe1ae61c2..306a33897dc 100755
--- a/include/zbxtypes.h
+++ b/include/zbxtypes.h
@@ -54,6 +54,6 @@
# define S_ISREG(x) (((x) & S_IFMT) == S_IFREG)
#endif
-#define ZBX_STR2UINT64(uint,string) scanf(string ,ZBX_FS_UI64 ,&uint);
+#define ZBX_STR2UINT64(uint,string) sscanf(string ,ZBX_FS_UI64 ,&uint);
#endif