mirror of
https://github.com/Tha14/toxic.git
synced 2025-07-03 03:26:45 +02:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
@ -302,7 +302,7 @@ static void prompt_onConnectionChange(ToxWindow *self, Tox *m, int32_t friendnum
|
||||
|
||||
char timefrmt[TIME_STR_SIZE];
|
||||
get_time_str(timefrmt, sizeof(timefrmt));
|
||||
char *msg;
|
||||
const char *msg;
|
||||
|
||||
if (status == 1) {
|
||||
msg = "has come online";
|
||||
|
Reference in New Issue
Block a user