[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Parted 1.4.20 and PRIx64
From: |
Martin v. Loewis |
Subject: |
Re: Parted 1.4.20 and PRIx64 |
Date: |
Wed, 24 Oct 2001 09:08:10 +0200 |
User-agent: |
REMI/1.14.2 (Hokuhoku-Ōshima) Chao/1.14.1 (Rokujizō) APEL/10.2 Emacs/20.7 (i386-suse-linux) MULE/4.0 (HANANOEN) |
> Grrr, that's UGLY. Why not use that %llx, (long long) trick instead?
>
> i.e.
>
> printf (_("blah blah %llx"), (long long) some_num);
From a translator's perspective, this would work just as fine. I
thought not using those formats directly was the point of the change
2001-10-14 Andrew Clausen <address@hidden>
* libparted/disk_gpt.c: did %s/\%llx/" PRIx64 "/g
Regards,
Martin