summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2a7c1e4)
raw | patch | inline | side by side (parent: 2a7c1e4)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Wed, 28 Feb 2007 15:10:03 +0000 (16:10 +0100) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Wed, 28 Feb 2007 15:10:03 +0000 (16:10 +0100) |
src/users.c | patch | blob | history |
diff --git a/src/users.c b/src/users.c
index db75565dd202aaa4a2cd56aa3934ce96d4ac409e..03d6148c04453e6855f5e4b892e230efa7dde5bc 100644 (file)
--- a/src/users.c
+++ b/src/users.c
value_t values[1];
value_list_t vl = VALUE_LIST_INIT;
- DBG ("value = %lf;", value);
-
values[0].gauge = value;
vl.values = values;