]> git.mxchange.org Git - simgear.git/commit
Don't use object returned from vector::end()
authorTorsten Dreyer <torsten@t3r.de>
Fri, 6 May 2016 14:21:43 +0000 (16:21 +0200)
committerRoland Haeder <roland@mxchange.org>
Sat, 13 Aug 2016 08:21:16 +0000 (10:21 +0200)
commit72bb9f4d5d6d861902a5779381e4ebe977db1df1
treee64021678b753ddb8ace2c9bb44c98fcebbac347
parentdf84ba66ace40eb76d17acb9d1d7713df369c382
Don't use object returned from vector::end()

Replace all use of c->name by it->file() in
updateChildrenBasedOnHash()'s fsChildren loop
to avoid confusion.

Thanks to Geoff for spotting this!
simgear/io/HTTPRepository.cxx