mirror of
https://github.com/mamedev/mame.git
synced 2024-11-18 10:06:19 +01:00
and another one... (nw)
This commit is contained in:
parent
eda2dcb898
commit
9f7f606b5e
1 changed files with 1 additions and 1 deletions
|
@ -540,7 +540,7 @@ QUICKLOAD_LOAD_MEMBER(ssem_state, ssem_store)
|
|||
// Isolate and convert 4-digit decimal address
|
||||
memcpy(token_buf, image_line, 4);
|
||||
token_buf[4] = '\0';
|
||||
sscanf(token_buf, "%04d", &line);
|
||||
sscanf(token_buf, "%04u", &line);
|
||||
|
||||
if (!core_stricmp(image.filetype(), "snp"))
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue