X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Ffs%2Fpath.cpp;h=035e2200609bf5f6b4f1c4e6ca59a31a6e22cf6f;hp=90c4d70e2a91b55789eb5e2b5a8dc4ecb5bf1598;hb=dce2985e07e6184f000ef176451150710e21ee35;hpb=8552e6a4e4fbc454e08c582d1dbcd55ab58a3c37 diff --git a/source/fs/path.cpp b/source/fs/path.cpp index 90c4d70..035e220 100644 --- a/source/fs/path.cpp +++ b/source/fs/path.cpp @@ -210,7 +210,7 @@ Path::Iterator::Iterator(const Path &p): start(0) { if(path.path.empty()) - start=end = string::npos; + start = end = string::npos; else if(path.path[0]==DIRSEP) end = 1; #ifdef WIN32