fix fputs build error
This commit is contained in:
parent
bc5a9d6879
commit
b5b2703cd2
@ -95,7 +95,7 @@ int fputs(const char* s, FILE* stream) {
|
||||
msg.msg=msg_data;
|
||||
msg.size=sizeof(vfs_message);
|
||||
mailbox_send_msg(&msg);
|
||||
msg.msg=buffer;
|
||||
msg.msg=s;
|
||||
msg.size=strlen(s);
|
||||
mailbox_send_msg(&msg);
|
||||
yieldToPID(VFS_PID);
|
||||
|
Loading…
Reference in New Issue
Block a user