fix previous commit

This commit is contained in:
marschap
2005-07-03 17:51:49 +00:00
parent 7d2612bde8
commit a73fab8867
+2 -2
View File
@@ -537,7 +537,7 @@ CFontz633_flush (Driver *drvthis)
out[1] = i; // line
debug (RPT_INFO, "%s: l=%d c=%d count=%d string='%.*s'",
out[0], out[1], diff_length, diff_length,
__FUNCTION__, out[0], out[1], diff_length, diff_length,
&p->framebuf[first_diff + (i * p->width)] );
memcpy(&out[2], &p->framebuf[first_diff + (i * p->width)], diff_length );
@@ -572,7 +572,7 @@ CFontz633_flush (Driver *drvthis)
out[1] = i; // line
debug (RPT_INFO, "%s: l=%d c=%d count=%d string='%.*s'",
out[0], out[1], length, length, sp);
__FUNCTION__, out[0], out[1], length, length, sp);
memcpy(&out[2], sp, length);
send_bytes_message(p->fd, CF633_Send_Data_to_LCD, length + 2, out);