Possible bug in paxutils rmt_lseek__
Is there a bug in http://git.savannah.gnu.org/cgit/paxutils.git/commit/?id=d50ea31268250eea8166d62326deb4386cb65cf9 if off_t is 32-bit and intmax_t is 64-bit? It can be like that on 32-bit x86 Solaris 10. E.g. the code below prints L0 305419896 L0 1311768465173141112 ---
Re: Possible bug in paxutils rmt_lseek__
Hi Martin, Yes, of course cast to intmax_t was intended. Fixed in commit 7a6b19c17c. Thanks for spotting that. Regards, Sergey