Re: About tny-mime-part-write-to-stream



On Thu, 2007-12-20 at 19:58 +0100, Felipe Erias Morandeira wrote:
> -       camel_stream_write_to_stream (wrapper->stream, cstream);
> +       gssize bytes = (gssize) camel_stream_write_to_stream (wrapper->stream, cstream);


This is just a code-style mistake. In Tinymail (unlike this not being
required for Modest's code) I require that variables are always declared
at the top of the function, not in the middle.

Less severe, but please do fix this too. :)


-- 
Philip Van Hoof, freelance software developer
home: me at pvanhoof dot be 
gnome: pvanhoof at gnome dot org 
http://pvanhoof.be/blog
http://codeminded.be






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