mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-20 20:48:07 +00:00
fix previous commit
This commit is contained in:
parent
ad800f9976
commit
f65e26aa18
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ void sal_remove_in_subscribe(Sal *sal, SalOp *op){
|
|||
#ifdef WIN32
|
||||
|
||||
static inline char *my_ctime_r(const time_t *t, char *buf){
|
||||
strcpy(buf,ctime_r(t));
|
||||
strcpy(buf,ctime(t));
|
||||
return buf;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue