Commit 003cab40 authored by Andrew Hodgkinson's avatar Andrew Hodgkinson
Browse files

Forgot to mention the important bit - Choices and Controls are now *not*...

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.
parent cc0c870b
......@@ -1337,7 +1337,7 @@ int main(int argc, char * argv[])
#ifndef REMOTE_HOTLIST
/* Save the hotlist */
/* Save the hotlist, if required */
#ifdef TRACE
if (tl & (1u<<5)) Printf("main: Calling hotlist_save\n");
......@@ -1347,7 +1347,7 @@ int main(int argc, char * argv[])
#endif
/* Save the global history */
/* Save the global history, if required */
#ifdef TRACE
if (tl & (1u<<5)) Printf("main: Calling history_save\n");
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment