[Box Backup-dev] COMMIT r384 - box/chris/win32/vc2005-compile-fixes/bin/bbackupquery

Ben Summers boxbackup-dev@fluffy.co.uk
Sun, 5 Feb 2006 18:00:02 +0000


On 5 Feb 2006, at 00:02, subversion@fluffy.co.uk wrote:

>
> +			char* pEncoded = ConvertUtf8ToConsole(dir.c_str());

Coding standards ask that capitalised first letters (apart from p or  
r prefixes) imply arguments to functions. Use lowercase for local  
vars. So this should be pencoded.

I think it helps readability, but maybe others disagree. Not a big  
issue.

Ben