2
0

Type fixes.

This commit is contained in:
Maarten Billemont 2014-04-26 14:35:38 -04:00
parent 9fee4a2bbe
commit b1daeaf8ed

View File

@ -170,7 +170,7 @@
case 1:
return MPElementTypeStoredDevicePrivate;
default:
Throw( @"unsupported selected type index: generated=%d, stored=%d", selectedGeneratedIndex, selectedStoredIndex );
Throw( @"unsupported selected type index: generated=%ld, stored=%ld", (long)selectedGeneratedIndex, (long)selectedStoredIndex );
}
}
}