瀏覽代碼

Fix typecasting

Ivan Epifanov 5 年之前
父節點
當前提交
33127271e5
共有 1 個文件被更改,包括 2 次插入2 次删除
  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;