Browse Source

Fixed an inconsistency in sfml's platform

Eiyeron Fulmincendii 10 years ago
parent
commit
0e285f43d6
1 changed files with 1 additions and 1 deletions
  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);
 }