mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-13 18:27:35 +00:00
NOT PART OF THE BUILD.
This commit is contained in:
parent
72b7a04c48
commit
a19886858a
@ -76,11 +76,10 @@ nsresult nsMsgDBView::ReverseSort()
|
||||
|
||||
// go up half the array swapping values
|
||||
for (PRUint32 i = 0; i < (num / 2); i++) {
|
||||
|
||||
// swap flags
|
||||
PRUint32 end = num - i - 1;
|
||||
PRUint32 tempFlags = m_flags.GetAt(i);
|
||||
m_flags.SetAt(i, m_flags.GetAt(i));
|
||||
m_flags.SetAt(i, m_flags.GetAt(end));
|
||||
m_flags.SetAt(end, tempFlags);
|
||||
|
||||
// swap keys
|
||||
|
Loading…
Reference in New Issue
Block a user