[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Parted 1.6.0-pre8
From: |
Richard Hirst |
Subject: |
Re: Parted 1.6.0-pre8 |
Date: |
Mon, 8 Apr 2002 17:58:08 +0100 |
User-agent: |
Mutt/1.3.24i |
On Mon, Apr 08, 2002 at 11:12:20AM +1000, Andrew Clausen wrote:
> Hi all,
>
> Is there anything left to do before 1.6.0?
I've tested on parisc (big endian), and it works so far as parsing GPT
tables is concerned. I am unable to create partitions though, because
sscanf(input, "%Lf", &long_double) seems to be broken on parisc. This
is used in command_line_get_sector(), while 1.4 used atof(). My testing
here indicates that while parisc can't sscanf() long doubles, it can
sscanf() doubles. Would it be reasonable to change
command_line_get_sector() to use "%lf" instead? I note it uses float
when creating def_str, and I doubt you really nead a long double to hold
the number of MB on a disk.
Cheers,
Richard
- Parted 1.6.0-pre8, Andrew Clausen, 2002/04/07
- Re: Parted 1.6.0-pre8,
Richard Hirst <=