From e1de322ed3911ebcef6e3bb9796ed15c8be27f4b Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Mon, 16 Jun 2014 19:11:37 +0200 Subject: Replace 'TRUE' by 'VERA' in some GUI constants and comments --- src/Format/Tcformat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Format/Tcformat.c') 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); -- cgit v1.2.3