From 88761ea49ce5244dc33a0784bbfba702f82d3241 Mon Sep 17 00:00:00 2001 From: Cameron Cawley Date: Sun, 3 Nov 2019 22:48:37 +0000 Subject: GPH/OPENPANDORA: Replace use of strcat()/strcpy() with Common::String() --- backends/platform/openpandora/op-sdl.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'backends/platform/openpandora/op-sdl.h') diff --git a/backends/platform/openpandora/op-sdl.h b/backends/platform/openpandora/op-sdl.h index dd239e58f8..815b96dd9f 100644 --- a/backends/platform/openpandora/op-sdl.h +++ b/backends/platform/openpandora/op-sdl.h @@ -31,10 +31,6 @@ #include "backends/events/openpandora/op-events.h" #include "backends/graphics/openpandora/op-graphics.h" -#ifndef PATH_MAX -#define PATH_MAX 255 -#endif - class OSystem_OP : public OSystem_POSIX { public: OSystem_OP(); @@ -53,6 +49,9 @@ protected: * with an OpenPandora workaround. */ virtual void initSDL(); + +private: + Common::String getCurrentDirectory(); }; #endif #endif //OP_SDL_H -- cgit v1.2.3