On Tue, 18 Jun 2013 20:06:58 +0000
David Binderman <dcb...@hotmail.com> wrote:

> 
> Source code is
> 
>     snprintf(write_error, sizeof(filepath), "Failed to write configuration 
> file, "
>          "can't open %s", filepath);
> 
> I think you might be better off with
> 
>     snprintf(write_error, sizeof(write_error), "Failed to write configuration 
> file, "
>          "can't open %s", filepath);
> 

Thanks. Fixed on trunk and the 1.3 branch.

Rgds
-- 
Pierre Ossman           Software Development
Cendio AB               http://cendio.com
Teknikringen 8          http://twitter.com/ThinLinc
583 30 Linköping        http://facebook.com/ThinLinc
Phone: +46-13-214600    http://plus.google.com/112509906846170010689

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?

Attachment: signature.asc
Description: PGP signature

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Tigervnc-users mailing list
Tigervnc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tigervnc-users

Reply via email to