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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user