--- fim-0.4-rc3/src/fim.cpp.old 2016-10-12 02:27:42.967486778 -0400 +++ fim-0.4-rc3/src/fim.cpp 2016-10-12 02:33:51.857850549 -0400 @@ -114,7 +114,7 @@ {"device", required_argument, NULL, 'd',"specify a {framebuffer device}","{framebuffer device}", "Framebuffer device to use. Default is the one your vc is mapped to (as in fbi)." }, - {"dump-reference-help", optional_argument /*no_argument*/, NULL, 0xd15cbab3,"dump reference info","[=man]", + {"dump-reference-help", optional_argument /*no_argument*/, NULL, (int) 0xd15cbab3,"dump reference info","[=man]", "Will dump to stdout the language reference help." }, {"dump-default-fimrc", no_argument, NULL, 'D',"dump on standard output the default configuration",NULL, @@ -176,7 +176,7 @@ /* FIXME: shall document this */ #endif /* FIM_WITH_LIBIMLIB2 */ }, - {"offset", required_argument, NULL, 0xFFD8FFE0,"will open the first image file at the specified offset","{bytes-offset}", + {"offset", required_argument, NULL, (int) 0xFFD8FFE0,"will open the first image file at the specified offset","{bytes-offset}", "Will use the specified \\fBoffset\\fP (in bytes) for opening the specified files (useful for viewing images on damaged file systems; however, since the internal variables representation is sizeof(int) bytes based, you have a limited offset range: using already chopped image files may be a workaround to this limitation)." },/* NEW */ {"text-reading", no_argument, NULL, 'P',"proceed scrolling as reading through a text document",NULL,