Commit 53ccc0e7 authored by Cedric Roux's avatar Cedric Roux

T: minor bugfix - bad argument type in log

parent cae34e0f
...@@ -85,7 +85,7 @@ static void paint(gui *_gui, widget *_this) ...@@ -85,7 +85,7 @@ static void paint(gui *_gui, widget *_this)
this->common.y + this->common.height - this->label_height * 2 + this->common.y + this->common.height - this->label_height * 2 +
this->label_baseline, this->label_baseline,
v); v);
LOGD("tic k %d val %g x %g\n", k, k * ticstep, x); LOGD("tic k %d val %g x %d\n", k, k * ticstep, x);
} }
/* vertical tics */ /* vertical tics */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment