Re: [PATCH] Remove curses, don't require readline

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Daniel Veillard <veillard@xxxxxxxxxx> wrote:
> On Tue, Dec 04, 2007 at 05:39:17PM +0000, Richard W.M. Jones wrote:
>> This patch removes checking for curses/ncurses.  It is never used.
>>
>> It also allows libvirt to be compiled without readline support.  If
>> readline support is not available then the only difference is that
>> 'virsh' will be built without it -- in other words, command line editing
>> will not work in virsh.
>
>   Makes sense,
>
> [...]
>> +static char *
>> +vshReadline (vshControl *ctl, const char *prompt)
>> +{
>> +    char line[1024];
>> +    char *r;
>> +    int len;
>> +
>> +    fputs (prompt, stdout);
>> +    r = fgets (line, sizeof line, stdin);
>
>    shouldn't we use parenthesis i.e. sizeof(line)

Either works just fine for variable names and simple expressions.
It's a question of style.
I like to avoid the extra parens, when possible.

--
Libvir-list mailing list
Libvir-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libvir-list

[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]