Fix screenshots. (Mziab)

This commit is contained in:
Themaister 2012-01-30 18:27:44 +01:00
parent e538fe4364
commit b861c11253

View File

@ -78,7 +78,7 @@ static void dump_content(FILE *file, const uint16_t *frame, unsigned width, unsi
*dst++ = (r << 3) | (r >> 2);
}
fwrite(line, 1, sizeof(line), file);
fwrite(line, 1, line_size, file);
}
free(line);