]> git.mxchange.org Git - simgear.git/commit
Fix one more crash on Windows in HTTPRepository
authorTorsten Dreyer <torsten@t3r.de>
Fri, 6 May 2016 08:48:16 +0000 (10:48 +0200)
committerRoland Haeder <roland@mxchange.org>
Sat, 13 Aug 2016 08:21:16 +0000 (10:21 +0200)
commit610ec6fe68c04422789fbc5d07f1c776b048e39d
treef3c266d1b89a71935779cace568b0b5b8db427ce
parenta62f11c5509f8d7b2a4c3b587c0e7af8d4f5a39b
Fix one more crash on Windows in HTTPRepository

inner scope it seems to overwrite out scope it on Win :-/

Anyway, the erase-remove-idiom is a better solution for that task
https://en.wikipedia.org/wiki/Erase%E2%80%93remove_idiom

Also remove some useless debug messages
simgear/io/HTTPRepository.cxx