mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 06:26:49 +00:00
Misc NP fixes
This commit is contained in:
parent
0b984e9a23
commit
485fca34b0
3 changed files with 13 additions and 5 deletions
|
|
@ -1124,7 +1124,7 @@ namespace np
|
|||
|
||||
basic_event to_add{};
|
||||
to_add.event = event;
|
||||
to_add.data = std::move(msg->second.data);
|
||||
to_add.data = msg->second.data;
|
||||
strcpy_trunc(to_add.from.userId.handle.data, msg->first);
|
||||
strcpy_trunc(to_add.from.name.data, msg->first);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue