mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 10:09:43 -05:00
avoid warning
This commit is contained in:
parent
e2cca72bdc
commit
6007789c14
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ rewrite_subst_compile(
|
|||
continue;
|
||||
}
|
||||
if ( p[ 1 ] == REWRITE_SUBMATCH_ESCAPE ) {
|
||||
memmove(p, p + 1, strlen( p ) );
|
||||
memmove((char *)p, p + 1, strlen( p ) );
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue