corrected line / column permutation in CF633_flush
This commit is contained in:
@@ -476,8 +476,8 @@ CFontz633_flush (Driver * drvthis)
|
|||||||
|
|
||||||
// send the difference to the screen
|
// send the difference to the screen
|
||||||
diff_length = j - first_diff;
|
diff_length = j - first_diff;
|
||||||
out[0] = i;
|
out[1] = i; // line
|
||||||
out[1] = first_diff;
|
out[0] = first_diff; // column
|
||||||
|
|
||||||
debug (RPT_INFO,"WriteDiff: l=%d c=%d count=%d string='%.*s'",
|
debug (RPT_INFO,"WriteDiff: l=%d c=%d count=%d string='%.*s'",
|
||||||
out[0], out[1], diff_length, diff_length,
|
out[0], out[1], diff_length, diff_length,
|
||||||
|
|||||||
Reference in New Issue
Block a user