Skip to content

Commit

Permalink
Updated io.c.
Browse files Browse the repository at this point in the history
  • Loading branch information
ax-6 committed Aug 2, 2024
1 parent 849ce72 commit da018cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aqvm/base/io/io.c
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ int AqvmBaseIo_OutputLog(struct AqvmBaseFile_File* stream, const char* time,
if (fprintf(
stream->file,
"{\"Time\":\"%s\",\"Type\":\"%s\",\"Code\":\"%s\",\"Message\":\"%s\"",
"Test", type, code, message) < 0) {
time, type, code, message) < 0) {
// TODO
return -3;
}
Expand Down

0 comments on commit da018cf

Please sign in to comment.