Commit 04fb190b authored by Danny Auble's avatar Danny Auble
Browse files

I wasn't sure how to fix this, but with the old code you would get this

error...

error: '0' flag ignored with '-' flag in gnu_printf format [-Werror=format=]
    printf("%0-*llX ", abs_len, (long long unsigned) value);

There is probably be better way to fix it, I just wasn't sure how.
parent cc956244
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment