git.y1.nz

gbdk-2020

GameBoy Development Kit
download: https://git.y1.nz/archives/gbdk.tar.gz
README | Files | Log | Refs | LICENSE

commit ed346d7159540e8ee9d4065114f4cc925a38b18a
parent 32f8c393edff10e011d22e2febd1cc0e4e12f11c
Author: Toxa <untoxa@mail.ru>
Date:   Tue, 23 Jan 2024 16:27:57 +0300

MAKEBIN: quick fix crash when using -Wm-yS (convert noi output to the no$gmb symbol file format). need further refactoring for the noi2sym().

Diffstat:
Mgbdk-support/makebin/makebin.c2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gbdk-support/makebin/makebin.c b/gbdk-support/makebin/makebin.c @@ -519,7 +519,7 @@ noi2sym (char *filename) FILE *noi, *sym; char *nname, *sname; //ssize_t read; - char read = ' '; + int read = ' '; // no$gmb's implementation is limited to 32 character labels // we can safely throw away the rest #define SYM_FILE_NAME_LEN_MAX 32

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.