Skip to content
Snippets Groups Projects
Commit aaf6935b authored by Wolfgang Denk's avatar Wolfgang Denk
Browse files

UBIFS: fix warning: format '%lX' expects type 'long unsigned int'


Commit 46d7274c "UBIFS: Change ubifsload to set the filesize variable"
introduced the follwing compiler warning:

ubifs.c: In function 'ubifs_load':
ubifs.c:742: warning: format '%lX' expects type 'long unsigned int', but argument 3 has type 'u32'

Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
Cc: Bastian Ruppert <Bastian.Ruppert@Sewerin.de>
parent 5ae0dea3
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment