Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8, 0.8.1, and 0.8.2

IconOverlay.cpp: use std::string::empty

Changeset 4dabccb94253

Parent f73593b0512f

by Adrian Buehlmann

Changes to one file · Browse files at 4dabccb94253 Showing diff from parent f73593b0512f Diff from another changeset...

 
72
73
74
75
 
76
77
78
 
72
73
74
 
75
76
77
78
@@ -72,7 +72,7 @@
    std::string relpath = relpathptr;   - if (relpath.size() == 0) + if (relpath.empty())   return S_FALSE; // don't show icon on repo root dir     if (relpath.compare(0, 3, ".hg") == 0)