From c909270be37026e4877acf556af0556f7d1356c6 Mon Sep 17 00:00:00 2001 From: michael Date: Wed, 2 May 2007 05:10:55 +0000 Subject: some compiler warnings fixed git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@797 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- plugin_i2c_sensors.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugin_i2c_sensors.c') diff --git a/plugin_i2c_sensors.c b/plugin_i2c_sensors.c index 5d1c57f..14fcfa2 100644 --- a/plugin_i2c_sensors.c +++ b/plugin_i2c_sensors.c @@ -296,7 +296,7 @@ static int configure_i2c_sensors(void) path_cfg = realloc(path_cfg, strlen(path_cfg) + 2); strcat(path_cfg, "/"); } - debug("using i2c sensors at %s (from %s)", path, cfg_source()); + debug("using i2c sensors at %s (from %s)", path_cfg, cfg_source()); path = realloc(path, strlen(path_cfg) + 1); strcpy(path, path_cfg); } -- cgit v1.2.3