浏览代码

android: Fixed missing error message for SDL_GetBasePath().

Philipp Wiesemann 8 年之前
父节点
当前提交
52b7d0eb23
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/filesystem/android/SDL_sysfilesystem.c

+ 1 - 0
src/filesystem/android/SDL_sysfilesystem.c

@@ -36,6 +36,7 @@ char *
 SDL_GetBasePath(void)
 SDL_GetBasePath(void)
 {
 {
     /* The current working directory is / on Android */
     /* The current working directory is / on Android */
+    SDL_Unsupported();
     return NULL;
     return NULL;
 }
 }