Changeset 723
- Timestamp:
- 01/16/12 22:56:40 (4 months ago)
- File:
-
- 1 edited
-
trunk/sources/common/src/utils/misc/uri.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/common/src/utils/misc/uri.cpp
r690 r723 102 102 bool hasAuthentication = false; 103 103 pos = stringUri.find("@", cursor); 104 if (pos != string::npos ) {104 if (pos != string::npos && pos < limit) { 105 105 if (limit != string::npos) { 106 106 hasAuthentication = pos<limit;
Note: See TracChangeset
for help on using the changeset viewer.
