Changeset 2988

Show
Ignore:
Timestamp:
04/28/06 09:55:01 (3 years ago)
Author:
madcat
Message:

Fixed warning.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • hydranode/hncore/bt/torrentinfo.cpp

    r2918 r2988  
    182182 
    183183        bool found = false; 
    184         for (int i = 0; i < m_announceList.size(); ++i) { 
     184        for (size_t i = 0; i < m_announceList.size(); ++i) { 
    185185                if (m_announceList[i] == m_announceUrl) { 
    186186                        found = true;