このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
Archivist
/
raylib-src
ミラー元
https://github.com/raysan5/raylib
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
リリース
24
Wiki
アクティビティ
ソースを参照
Fix format-security error in rlgl_standalone.c (
#1305
)
See
#1304
pull/1306/head
Daniel Jour
4年前
committed by
GitHub
親
871cd1a76a
コミット
2d4956feeb
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID:
4AEE18F83AFDEB23
1個のファイルの変更
、
1行の追加
、
1行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+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
,
sa">
"
%s
"
,
description
)
;
}
/
/
GLFW3
:
Keyboard
callback
書き込み
プレビュー
読み込み中…
キャンセル
保存