Fix alignment problem on armel
Luca Niccoli authored 12 years ago
Didier Raboud committed 5 years ago
131 | 131 |
{
|
132 | 132 |
unsigned long version, subVersion, size, dataSize, checkSum;
|
133 | 133 |
bool color, headerSent=false;
|
134 | |
unsigned char header[0x20];
|
|
134 |
unsigned char header[0x20] __attribute__((aligned(4)));
|
135 | 135 |
const BandPlane *plane;
|
136 | 136 |
|
137 | 137 |
version = request.printer()->qpdlVersion();
|