fix Test_Packbits()
(64 characters is too low for the Win32 %TEMP% path) should fix the appveyor build
This commit is contained in:
parent
b5fa4cfe65
commit
1664c8410d
@ -151,7 +151,7 @@ int Test_CPC_compare_colors(void)
|
||||
*/
|
||||
int Test_Packbits(void)
|
||||
{
|
||||
char tempfilename[64];
|
||||
char tempfilename[256];
|
||||
FILE * f;
|
||||
int i, j;
|
||||
long unpacked;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user