From: volker Date: Sun, 17 Jan 2010 12:26:23 +0000 (+0000) Subject: fixed typo X-Git-Tag: svn1203~122 X-Git-Url: https://git.webhop.me/?a=commitdiff_plain;h=473fd2d3eee3b9b675b709114858a01a01810930;p=lcd4linux.git fixed typo git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1081 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- diff --git a/plugin_i2c_sensors.c b/plugin_i2c_sensors.c index 6092cbf..47d080e 100644 --- a/plugin_i2c_sensors.c +++ b/plugin_i2c_sensors.c @@ -188,7 +188,7 @@ static int parse_i2c_sensors_procfs(const char *key) return -1; } -#ifndef __MAX_OS_X_VERSION_10_3 +#ifndef __MAC_OS_X_VERSION_10_3 running = strndup(buffer, sizeof(buffer)); #else // there is no strndup in OSX