Renamed the options sub-structs for more consistency. Some portab fixes.
committer: mfx <mfx> 1058221575 +0000
This commit is contained in:
+1
-1
@@ -580,7 +580,7 @@ void PackTos::pack(OutputFile *fo)
|
||||
|
||||
// set new file_hdr
|
||||
memcpy(&oh, &ih, FH_SIZE);
|
||||
if (opt->tos.split_segments)
|
||||
if (opt->atari_tos.split_segments)
|
||||
{
|
||||
oh.fh_text = o_text;
|
||||
oh.fh_data = o_data;
|
||||
|
||||
Reference in New Issue
Block a user