This website works better with JavaScript.
Home
Explore
Help
Sign In
forestbelton
/
psxc
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Add logging TODO
master
Forest Belton
3 years ago
parent
14b140cfe1
commit
658b235673
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/log.c
+ 1
- 0
src/log.c
View File
@ -21,6 +21,7 @@ void _log(const char *filename, const char *funcname, int line_num,
va_list
args
;
va_start
(
args
,
fmt
)
;
/
/
TODO
:
Double
quotes
should
be
escaped
before
printing
vprintf
(
fmt
,
args
)
;
va_end
(
args
)
;
Write
Preview
Loading…
Cancel
Save