diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2014-06-16 19:11:37 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2014-11-08 23:20:03 +0100 |
commit | e1de322ed3911ebcef6e3bb9796ed15c8be27f4b (patch) | |
tree | db862e9c5439375c75340a31642dc61d0663851d /src/Format/Tcformat.c | |
parent | b6dc9e9e159dd2cc9c328e888bbe9f970594a2f4 (diff) | |
download | VeraCrypt-e1de322ed3911ebcef6e3bb9796ed15c8be27f4b.tar.gz VeraCrypt-e1de322ed3911ebcef6e3bb9796ed15c8be27f4b.zip |
Replace 'TRUE' by 'VERA' in some GUI constants and comments
Diffstat (limited to 'src/Format/Tcformat.c')
-rw-r--r-- | src/Format/Tcformat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Format/Tcformat.c b/src/Format/Tcformat.c index 053ac4e3..c48b207e 100644 --- a/src/Format/Tcformat.c +++ b/src/Format/Tcformat.c @@ -375,7 +375,7 @@ static void localcleanup (void) static BOOL CALLBACK BroadcastSysEncCfgUpdateCallb (HWND hwnd, LPARAM lParam)
{
- if (GetWindowLongPtr (hwnd, GWLP_USERDATA) == (LONG_PTR) 'TRUE')
+ if (GetWindowLongPtr (hwnd, GWLP_USERDATA) == (LONG_PTR) 'VERA')
{
char name[1024] = { 0 };
GetWindowText (hwnd, name, sizeof (name) - 1);
|