summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/Utils.pas/mirutils.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Utils.pas/mirutils.pas b/plugins/Utils.pas/mirutils.pas
index 97717ea1cd..4e45e08fe2 100644
--- a/plugins/Utils.pas/mirutils.pas
+++ b/plugins/Utils.pas/mirutils.pas
@@ -768,7 +768,7 @@ begin
groupId:=0;
repeat
pw:=DBReadUnicode(0,'CListGroups',IntToStr(groupIdStr,groupId));
- if pw<>nil then
+ if pw=nil then
break;
if StrCmpW(pw+1,@grbuf[1])=0 then