BugFix 2: fix errors found by cppcheck
Change-Id: I262af4dcf3ad1dca9d7e7d88838ae90323303c1d Reviewed-on: https://review.haiku-os.org/c/1294 Reviewed-by: waddlesplash <[email protected]>
This commit is contained in:
@@ -504,7 +504,7 @@ int mapname(__G__ renamed)
|
||||
!= (RO_extra_block *)NULL)
|
||||
{
|
||||
/* file *must* have a RISC OS extra field */
|
||||
long ft = (long)makelong((ef_spark->loadaddr);
|
||||
long ft = (long)makelong(ef_spark->loadaddr);
|
||||
/*32-bit*/
|
||||
if (lastcomma) {
|
||||
pp = lastcomma + 1;
|
||||
|
||||
Reference in New Issue
Block a user