mirror of
https://github.com/uffejakobsen/acme.git
synced 2025-02-16 19:32:16 +00:00
fixed bug in "file too large for apple format" message
git-svn-id: https://svn.code.sf.net/p/acme-crossass/code-0/trunk@396 4df02467-bbd4-4a76-a152-e7ce94205b78
This commit is contained in:
parent
8ac8d98cd0
commit
3b2321c053
@ -266,7 +266,7 @@ static void save_output_file(void)
|
||||
exit(ACME_finalize(EXIT_FAILURE));
|
||||
}
|
||||
if (amount > 0xffff) {
|
||||
fprintf(stderr, "Error: File size 0x%04x too large for apple file format.\n", loadaddr);
|
||||
fprintf(stderr, "Error: File size 0x%04x too large for apple file format.\n", amount);
|
||||
exit(ACME_finalize(EXIT_FAILURE));
|
||||
}
|
||||
header[0] = loadaddr & 255;
|
||||
|
@ -9,7 +9,7 @@
|
||||
|
||||
#define RELEASE "0.97" // update before release FIXME
|
||||
#define CODENAME "Zem" // update before release
|
||||
#define CHANGE_DATE "30 Jul" // update before release FIXME
|
||||
#define CHANGE_DATE "31 Jul" // update before release FIXME
|
||||
#define CHANGE_YEAR "2024" // update before release
|
||||
//#define HOME_PAGE "http://home.pages.de/~mac_bacon/smorbrod/acme/"
|
||||
#define HOME_PAGE "http://sourceforge.net/p/acme-crossass/" // FIXME
|
||||
|
Loading…
x
Reference in New Issue
Block a user