Codebase list splix / fe098f5
Fix alignment problem on armel Luca Niccoli authored 12 years ago Didier Raboud committed 5 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
131131 {
132132 unsigned long version, subVersion, size, dataSize, checkSum;
133133 bool color, headerSent=false;
134 unsigned char header[0x20];
134 unsigned char header[0x20] __attribute__((aligned(4)));
135135 const BandPlane *plane;
136136
137137 version = request.printer()->qpdlVersion();