Loading src/ipc.c +1 −1 Original line number Diff line number Diff line Loading @@ -137,7 +137,7 @@ unsigned int ipc_send_to_username(const char * dest, enum ipc_types msgtype, con ipc_check(); if(utf8_cleanup(buff)>=0) { ssize_t dgram_len = strlen(buff); ipc_message_t *msg = ipcmsg_create(msgtype, 0); ipc_message_t *msg = ipcmsg_create(msgtype, ipc_user->posn); ipcmsg_destination(msg, uposn); ipcmsg_append(msg, buff, dgram_len); ipcmsg_send(msg, ipcsock); Loading Loading
src/ipc.c +1 −1 Original line number Diff line number Diff line Loading @@ -137,7 +137,7 @@ unsigned int ipc_send_to_username(const char * dest, enum ipc_types msgtype, con ipc_check(); if(utf8_cleanup(buff)>=0) { ssize_t dgram_len = strlen(buff); ipc_message_t *msg = ipcmsg_create(msgtype, 0); ipc_message_t *msg = ipcmsg_create(msgtype, ipc_user->posn); ipcmsg_destination(msg, uposn); ipcmsg_append(msg, buff, dgram_len); ipcmsg_send(msg, ipcsock); Loading