Fix makefile and change some stuff in client
This commit is contained in:
parent
4650fbc7c7
commit
35cde3e290
2 changed files with 2 additions and 2 deletions
|
@ -106,7 +106,7 @@ int main(int argc, char *argv[]) {
|
|||
}
|
||||
}
|
||||
|
||||
int receiverUidInt = atoi(receiverUid);
|
||||
int receiverUidInt = atoi("1003");
|
||||
|
||||
send_message(receiverUidInt,groupFlag);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue