This website works better with JavaScript.
Home
Explore
Help
Sign In
Archivist
/
raylib-src
mirror of
https://github.com/raysan5/raylib
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
24
Wiki
Activity
Browse Source
Fix format-security error in rlgl_standalone.c (
#1305
)
See
#1304
pull/1306/head
Daniel Jour
4 years ago
committed by
GitHub
parent
871cd1a76a
commit
2d4956feeb
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
examples/others/rlgl_standalone.c
+ 1
- 1
examples/others/rlgl_standalone.c
View File
@ -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
Write
Preview
Loading…
Cancel
Save