summaryrefslogtreecommitdiffstats
path: root/plugins/check_game.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/check_game.c')
-rw-r--r--plugins/check_game.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_game.c b/plugins/check_game.c
index 3ebf6af..ac72873 100644
--- a/plugins/check_game.c
+++ b/plugins/check_game.c
@@ -152,7 +152,7 @@ main (int argc, char **argv)
152 perfdata ("players", atol(ret[qstat_game_players]), "", 152 perfdata ("players", atol(ret[qstat_game_players]), "",
153 FALSE, 0, FALSE, 0, 153 FALSE, 0, FALSE, 0,
154 TRUE, 0, TRUE, atol(ret[qstat_game_players_max])), 154 TRUE, 0, TRUE, atol(ret[qstat_game_players_max])),
155 perfdata ("ping", atol(ret[qstat_ping_field]), "", 155 fperfdata ("ping", strtod(ret[qstat_ping_field], NULL), "",
156 FALSE, 0, FALSE, 0, 156 FALSE, 0, FALSE, 0,
157 TRUE, 0, FALSE, 0)); 157 TRUE, 0, FALSE, 0));
158 } 158 }