mirror of
https://github.com/MidnightCommander/mc
synced 2025-03-12 19:03:10 +03:00

hex.c: In function 'mc_search__hex_translate_to_regex': hex.c:79:39: error: format '%x' expects argument of type 'unsigned int *', but argument 3 has type 'int *' [-Wformat=] if (sscanf (tmp_str + loop, "%x%n", &val, &ptr)) ^ Signed-off-by: Andreas Mohr <and@gmx.li> Signed-off-by: Andrew Borodin <aborodin@vmail.ru>