소스 검색

Merge branch 'master' of https://github.com/raysan5/raylib

raysan5 5 년 전
부모
커밋
956f61cf14
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      examples/others/rlgl_standalone.c

+ 1 - 1
examples/others/rlgl_standalone.c

@@ -219,7 +219,7 @@ int main(void)
 // GLFW3: Error callback
 static void ErrorCallback(int error, const char *description)
 {
-    fprintf(stderr, description);
+    fprintf(stderr, "%s", description);
 }
 
 // GLFW3: Keyboard callback