aboutsummaryrefslogtreecommitdiffstats
path: root/plugin_qnaplog.c
diff options
context:
space:
mode:
authorJonathan McCrohan <jmccrohan@gmail.com>2012-03-08 21:20:23 +0000
committerJonathan McCrohan <jmccrohan@gmail.com>2012-03-08 21:20:23 +0000
commit3b03ff939fd1ae525db8477f28883fc011997029 (patch)
treec4b8ad775bc5bf6d03a06d035a3279d12c2a02b6 /plugin_qnaplog.c
parent7ca8e0e2e74a3f53e6e119b8bdfb2771523caa7f (diff)
parentd0b266cf85d3c7733259c76831de0cfd4c1731a1 (diff)
downloadlcd4linux-3b03ff939fd1ae525db8477f28883fc011997029.tar.gz
* New upstream snapshot
- adds new DPF driver - adds new TeakLCM driver - adds new Futaba VFD driver - adds new Samsung SPF driver
Diffstat (limited to 'plugin_qnaplog.c')
-rw-r--r--plugin_qnaplog.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin_qnaplog.c b/plugin_qnaplog.c
index ef7ad77..b574b19 100644
--- a/plugin_qnaplog.c
+++ b/plugin_qnaplog.c
@@ -281,7 +281,7 @@ static void my_conn(RESULT * result, RESULT * arg1)
time_t accesstime;
- value = -1;
+ value = NULL;
key = R2S(arg1);
if (configureConn() >= 0) {
@@ -337,7 +337,7 @@ static void my_event(RESULT * result, RESULT * arg1)
time_t accesstime;
- value = -1;
+ value = NULL;
key = R2S(arg1);
if (configureEvent() >= 0) {