• Dylan Smith's avatar
    comdlg32: Check for valid replace parameters on ReplaceTextW. · f89b1402
    Dylan Smith authored
    COMDLG32_FR_CheckPartial is called with the second parameter of TRUE to
    indicate that it is checking for a replace dialog, which includes checking
    for a non-NULL replace buffer. This was called correctly on ReplaceTextA
    but not for ReplaceTextW.
    f89b1402
finddlg.c 18.5 KB