The #bytes per chunk should always be a multiple of the bytes for a whole line, so...
commit65189bb5413bf54dfc6a9baef5041c02de80025e
authorReinhold Kainhofer <reinhold@kainhofer.com>
Mon, 25 Oct 2010 12:28:34 +0000 (25 14:28 +0200)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Mon, 25 Oct 2010 12:28:34 +0000 (25 14:28 +0200)
treed4757aab99db95ceb42b1cbf73ba787ba79dc5d5
parent40359eedf25c8b075431ca2cee64ce314523b3c5
The #bytes per chunk should always be a multiple of the bytes for a whole line, so that we don't split lines across requested data chunks (which messes up something in the scanner and leads to a hanging device)
backend/magicolor-ops.c