]> git.stg.codes - stg.git/blobdiff - projects/stargazer/services_impl.cpp
Various fixes of issues reported by static analyzers.
[stg.git] / projects / stargazer / services_impl.cpp
index 90c23f812acd856a5ec282e0f97f7006eba41af5..109a327bbe1e5b500fd656b139b2559449787aa3 100644 (file)
@@ -107,7 +107,7 @@ while (csi != searchDescriptors.end())
     {
     if (csi->second == si)
         (csi->second)++;
-    csi++;
+    ++csi;
     }
 
 data.remove(*si);