Re: [PATCH 1/2] install script: generates the output in a file

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

 



On Mon, Aug 13, 2012 at 9:05 PM, Christophe Fergeau <cfergeau@xxxxxxxxxx> wrote:
> On Mon, Aug 13, 2012 at 08:54:30PM +0300, Zeeshan Ali (Khattak) wrote:
>> > +
>> > +    if (data->output_pos < data->output_len) {
>> > +        g_output_stream_write_async(G_OUTPUT_STREAM (data->stream),
>> > +                                    data->output + data->output_pos,
>> > +                                    data->output_len - data->output_pos,
>> > +                                    G_PRIORITY_DEFAULT,
>> > +                                    data->cancellable,
>> > +                                    osinfo_install_script_generate_output_write_file,
>> > +                                    data);
>>
>> Same with these arguments.
>>
>> > +
>> > +    } else {
>> > +        g_output_stream_close_async(G_OUTPUT_STREAM (data->stream),
>> > +                                    G_PRIORITY_DEFAULT,
>> > +                                    data->cancellable,
>> > +                                    osinfo_install_script_generate_output_close_file,
>> > +                                    data);
>>
>> And here. Finding and correcting the rest of unaligned arguments is
>> left as home work. :)
>>
>
> I haven't applied the patch to a tree to see how this looks like, but the
> arguments are aligned as expected in my mailer.

Thanks for pointing out! Keep forgetting gmail tries to be smart. :(


-- 
Regards,

Zeeshan Ali (Khattak)
FSF member#5124


[Index of Archives]     [Linux Virtualization]     [KVM Development]     [CentOS Virtualization]     [Netdev]     [Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite Forum]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]     [Video 4 Linux]

  Powered by Linux