Re: Patch: Various constants abuse
From: <Stefan.Fuhrmann_at_etas.com>
Date: Mon, 22 Nov 2010 16:04:37 +0100
Dmitry <wipedout_at_yandex.ru> wrote:
> Hey.
Hi Dmitry,
Thanks for the patch! I think it could be improved, though:
TCHAR buffer[SOME_SIZE];
should become
TCHAR buffer[SOME_SIZE];
instead of
TCHAR buffer[SOME_SIZE];
Also, be careful wherever MAX_PATH is being used with strncpy
-- Stefan^2.
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [dev-unsubscribe_at_tortoisesvn.tigris.org].
|
This is an archived mail posted to the TortoiseSVN Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.