Explorar el Código

Fix typecasting

Ivan Epifanov hace 5 años
padre
commit
33127271e5
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/video/vita/SDL_vitavideo.c

+ 2 - 2
src/video/vita/SDL_vitavideo.c

@@ -337,8 +337,8 @@ void VITA_ShowScreenKeyboard(_THIS, SDL_Window *window)
 {
     SDL_VideoData *videodata = (SDL_VideoData *)_this->driverdata;
 
-    SceWChar16 *title = (SceWChar16*)"";
-    SceWChar16 *text = (SceWChar16*)"";
+    SceWChar16 *title = u"";
+    SceWChar16 *text = u"";
     SceInt32 res;
 
     SceImeDialogParam param;