Kaynağa Gözat

Fixed an inconsistency in sfml's platform

Eiyeron Fulmincendii 10 yıl önce
ebeveyn
işleme
0e285f43d6
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      platform/sfml/Quirks.cpp

+ 1 - 1
platform/sfml/Quirks.cpp

@@ -13,5 +13,5 @@ void Quirks::deinit()
 
 string Quirks::solve_absolute_path(const char* path)
 {
-    return path;
+    return string(path);
 }