Kaynağa Gözat

fixed int to string

develop
Robin Thoni 10 yıl önce
ebeveyn
işleme
b309fab34b
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1
    1
      src/DataAccess/HostsConfig.cpp

+ 1
- 1
src/DataAccess/HostsConfig.cpp Dosyayı Görüntüle

19
         if (!v || !v.is##TYPE())                        \
19
         if (!v || !v.is##TYPE())                        \
20
         {                                               \
20
         {                                               \
21
             res.addWarning("Could not find value "      \
21
             res.addWarning("Could not find value "      \
22
-                VALUE " for item " + i);                \
22
+                VALUE " for item " + std::to_string(i));\
23
             action = nullptr;                           \
23
             action = nullptr;                           \
24
         }                                               \
24
         }                                               \
25
         else                                            \
25
         else                                            \

Loading…
İptal
Kaydet