On Oct 19 10:57, Rocco Rutte wrote:
> Hi,
>
> * Corinna Vinschen [07-10-18 12:30:42 +0200] wrote:
>> On Oct 18 12:03, Rocco Rutte wrote:
>
>>> Without looking too deeply at the issue, when off_t is used, why can't we
>>> use LOFF_T and OFF_T_FMT as defined by configure in config.h instead? On
>>
Hi,
* Corinna Vinschen [07-10-18 12:30:42 +0200] wrote:
On Oct 18 12:03, Rocco Rutte wrote:
Without looking too deeply at the issue, when off_t is used, why can't we
use LOFF_T and OFF_T_FMT as defined by configure in config.h instead? On
first sight this seems to be the right way to go. Th
On Oct 18 12:03, Rocco Rutte wrote:
> Hi,
>
> * Corinna Vinschen [07-10-18 10:25:56 +0200] wrote:
>
>> Ping?
>
> This patch gives me:
>
> muttlib.c: In function ???mutt_pretty_size???:
> muttlib.c:824: warning: unknown conversion type character ???j??? in format
> muttlib.c:824: warning: too many a
Hi,
* Corinna Vinschen [07-10-18 10:25:56 +0200] wrote:
Ping?
This patch gives me:
muttlib.c: In function ‘mutt_pretty_size’:
muttlib.c:824: warning: unknown conversion type character ‘j’ in format
muttlib.c:824: warning: too many arguments for format
muttlib.c:831: warning: unknown conversi
Ping?
Corinna
On Oct 8 21:06, Corinna Vinschen wrote:
> Hi,
>
> The third parameter to function mutt_pretty_size, defined as long, gets
> a size argument. From browser.c, function folder_format_str,
> mutt_pretty_size is called with the st_size member of struct stat. Per
> POSIX, the st_size
Hi,
The third parameter to function mutt_pretty_size, defined as long, gets
a size argument. From browser.c, function folder_format_str,
mutt_pretty_size is called with the st_size member of struct stat. Per
POSIX, the st_size member is defined as off_t, and using long for file
sizes is not port