mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Fixed compiler warning
SVN revision: 2055
This commit is contained in:
parent
59fcd92412
commit
bd8689f674
@ -212,7 +212,7 @@ Encode the given string in-place by adding %XX escapes
|
||||
}
|
||||
}
|
||||
*pd = '\0';
|
||||
strlcpy(ps, str, size);
|
||||
strlcpy(ps, (char *)str, size);
|
||||
}
|
||||
|
||||
/*------------------------------------------------------------------*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user