diff --git a/golded3/gemrks.cpp b/golded3/gemrks.cpp index 2a247fb..75e58fe 100644 --- a/golded3/gemrks.cpp +++ b/golded3/gemrks.cpp @@ -284,7 +284,7 @@ void MarkMsgs_Thread(GMsg* msg, bool markasread) else if (markasread && !tempmsg->timesread) { tempmsg->timesread++; - AA->UpdateTimesread(msg); + AA->UpdateTimesread(tempmsg); } msgno = tempmsg->link.to();