-
Andrew Hodgkinson authored
Forgot to mention the important bit - Choices and Controls are now *not* loaded into a malloc block, and chf/cof have been removed. This is because the length of the message file is indeterminate when loaded by MessageTrans; precisely what MessageTrans does with it on loading is unspecified in the PRMs. MessageTrans_FileInfo could imply that the size required for the file may not be the same as the actual file size on disc... so the save choices routine now loads a copy as it needs it.
003cab40