corrected line / column permutation in CF633_flush

This commit is contained in:
marschap
2005-05-17 09:36:44 +00:00
parent c6b010848f
commit e2cd8a6b0e
+2 -2
View File
@@ -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,