mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-08-22 14:17:43 +02:00
Corrected unfortunate typo from today's previous commit, and
corrected a wrong typecasting that results in a compile warning.
This commit is contained in:
+1
-1
@@ -1498,7 +1498,7 @@ CIFReadCellCleanup(filetype)
|
||||
UndoDisable();
|
||||
|
||||
/* cifplanes should be valid, but don't crash magic if not */
|
||||
if (cifplanes != (ClientData)CLIENTDEFAULT)
|
||||
if (cifplanes != (Plane **)CLIENTDEFAULT)
|
||||
{
|
||||
|
||||
for (pNum = 0; pNum < MAXCIFRLAYERS; pNum++)
|
||||
|
||||
Reference in New Issue
Block a user