user32/edit: Fix replacement text trace.

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Nikolay Sivov 2018-02-01 10:06:56 +03:00 committed by Alexandre Julliard
parent 9a58365c52
commit f2b489591b
1 changed files with 1 additions and 1 deletions

View File

@ -2571,7 +2571,7 @@ static void EDIT_EM_ReplaceSel(EDITSTATE *es, BOOL can_undo, const WCHAR *lpsz_r
UINT bufl;
TRACE("%s, can_undo %d, send_update %d\n",
debugstr_w(lpsz_replace), can_undo, send_update);
debugstr_wn(lpsz_replace, strl), can_undo, send_update);
s = es->selection_start;
e = es->selection_end;