Fix mismatched parameters.

Bug caught by the Debian team on GrafX2 2.3.


git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@2072 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Adrien Destugues
2014-05-16 10:15:07 +00:00
parent 1248100ae9
commit 5e26436c48
3 changed files with 8 additions and 3 deletions

View File

@@ -3117,7 +3117,7 @@ void Save_SCR(T_IO_Context * context)
break;
}
output = raw2crtc(context->Width,context->Height,cpc_mode,7,&outsize,&r1,0,0);
output = raw2crtc(context, cpc_mode, 7, &outsize, &r1, 0, 0);
file = fopen(filename,"wb");
Write_bytes(file, output, outsize);