ソースを参照

Fixed an inconsistency in sfml's platform

Eiyeron Fulmincendii 10 年 前
コミット
0e285f43d6
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  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);
 }