summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/QuickSearch/sr_global.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/QuickSearch/sr_global.pas b/plugins/QuickSearch/sr_global.pas
index 7f2a6a85b3..a304728f0c 100644
--- a/plugins/QuickSearch/sr_global.pas
+++ b/plugins/QuickSearch/sr_global.pas
@@ -297,7 +297,7 @@ begin
StrDup(dst.service,dst.service);
if (dst.wparam._type=ACF_STRING) or (dst.wparam._type=ACF_UNICODE) then
StrDupW(pWideChar(dst.wparam.value),pWideChar(dst.wparam.value));
- if (dst.wparam._type=ACF_STRING) or (dst.wparam._type=ACF_UNICODE) then
+ if (dst.lparam._type=ACF_STRING) or (dst.lparam._type=ACF_UNICODE) then
StrDupW(pWideChar(dst.lparam.value),pWideChar(dst.lparam.value));
end;
end;