fix Test_Packbits()

(64 characters is too low for the Win32 %TEMP% path)
should fix the appveyor build
This commit is contained in:
Thomas Bernard 2020-02-15 19:02:36 +01:00
parent b5fa4cfe65
commit 1664c8410d
No known key found for this signature in database
GPG Key ID: 0FF11B67A5C0863C

View File

@ -151,7 +151,7 @@ int Test_CPC_compare_colors(void)
*/ */
int Test_Packbits(void) int Test_Packbits(void)
{ {
char tempfilename[64]; char tempfilename[256];
FILE * f; FILE * f;
int i, j; int i, j;
long unpacked; long unpacked;