Fixed error

Sat, 07 Mar 2015 14:40:08 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 07 Mar 2015 14:40:08 +0100
changeset 328
1713dc0cd20f
parent 327
bf183e6d0b21
child 329
517e1719006a

Fixed error

thermferm/thermferm.c file | annotate | diff | comparison | revisions
--- a/thermferm/thermferm.c	Sat Mar 07 14:35:12 2015 +0100
+++ b/thermferm/thermferm.c	Sat Mar 07 14:40:08 2015 +0100
@@ -104,7 +104,7 @@
 {
     char	buf[21];
 
-    snprintt(buf, 20, "Old mode %s", UNITMODE[current_unit->mode]);
+    snprintf(buf, 20, "Old mode %s", UNITMODE[current_unit->mode]);
     lcdPuts(lcdHandle, buf);
     lcdPosition(lcdHandle, 0, 1);
 }

mercurial