Fix discussion thread navigation. Thanks to Ianos Gnatiuc 2:469/335.155
This commit is contained in:
parent
2179b64ed1
commit
06a309994f
@ -1029,7 +1029,7 @@ bool GThreadlist::NextThread(bool next) {
|
||||
|
||||
uint m = AA->Msgn.ToReln(reader_msg->msgno);
|
||||
for(m = m ? m-1 : 0;
|
||||
next ? m < AA->Msgn.Count() : m;
|
||||
next ? m < AA->Msgn.Count() : m!=-1;
|
||||
next ? m++ : m--) {
|
||||
|
||||
dword msgn = AA->Msgn[m];
|
||||
|
Reference in New Issue
Block a user