mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Merge pull request #623 from Bahkuh/master
Minor corrections & additions
This commit is contained in:
commit
92f185c6b3
7
.gitignore
vendored
7
.gitignore
vendored
|
@ -1,4 +1,11 @@
|
|||
# OS files
|
||||
.DS_Store
|
||||
.DS_Store?
|
||||
._*
|
||||
.Spotlight-V100
|
||||
.Trashes
|
||||
ethumbs.db
|
||||
Thumbs.db
|
||||
|
||||
//nacl build
|
||||
nacl/build/
|
||||
|
|
|
@ -266,7 +266,7 @@ int group_peername(Group_Chat *chat, int peernum, uint8_t *name)
|
|||
return -1;
|
||||
|
||||
if (chat->group[peernum].nick_len == 0) {
|
||||
memcpy(name, "NSA Agent", 10); /* Kindly remind the user that someone with no name might be a NSA agent.*/
|
||||
memcpy(name, "NSA Agent", 10); /* Kindly remind the user that someone with no name might be an NSA agent.*/
|
||||
return 10;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user