Explorar el Código

Fixed an inconsistency in sfml's platform

Eiyeron Fulmincendii hace 10 años
padre
commit
0e285f43d6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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);
 }