mirror of
https://github.com/Tha14/toxic.git
synced 2024-12-24 13:43:26 +01:00
Yup
This commit is contained in:
parent
1d6a6efb81
commit
30d2a5514e
@ -172,7 +172,7 @@ static Tox *init_tox(int ipv4)
|
|||||||
#elif defined(__FreeBSD__)
|
#elif defined(__FreeBSD__)
|
||||||
tox_set_name(m, (uint8_t *) "Very cool guy", strlen("Very cool guy"));
|
tox_set_name(m, (uint8_t *) "Very cool guy", strlen("Very cool guy"));
|
||||||
#elif defined(_WIN32)
|
#elif defined(_WIN32)
|
||||||
tox_set_name(m, (uint8_t *) "I should buy a Mac", strlen("I should install buy a Mac"));
|
tox_set_name(m, (uint8_t *) "I should insta....... buy a Mac", strlen("I should insta....... buy a Mac"));
|
||||||
#elif defined(__APPLE__)
|
#elif defined(__APPLE__)
|
||||||
tox_set_name(m, (uint8_t *) "Hipster", strlen("Hipster")); /* This used to users of other Unixes are hipsters */
|
tox_set_name(m, (uint8_t *) "Hipster", strlen("Hipster")); /* This used to users of other Unixes are hipsters */
|
||||||
#else
|
#else
|
||||||
|
Loading…
Reference in New Issue
Block a user