]> git.stg.codes - stg.git/blobdiff - projects/stargazer/services_impl.cpp
Fix email.
[stg.git] / projects / stargazer / services_impl.cpp
index 90c23f812acd856a5ec282e0f97f7006eba41af5..10f3fa6f19429882b077fbd137ccc150f5cd2dac 100644 (file)
@@ -15,7 +15,7 @@
  */
 
 /*
- *    Author : Maxim Mamontov <faust@stargazer.dp.ua>
+ *    Author : Maksym Mamontov <stg@madf.info>
  */
 
 #include <cerrno>
@@ -107,7 +107,7 @@ while (csi != searchDescriptors.end())
     {
     if (csi->second == si)
         (csi->second)++;
-    csi++;
+    ++csi;
     }
 
 data.remove(*si);