mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
Remove lint
This commit is contained in:
parent
2e0912622b
commit
b78eec4a25
@ -757,7 +757,7 @@ sb_rdahead_read( Sockbuf_IO_Desc *sbiod, void *buf, ber_len_t len )
|
||||
return ( bufptr ? bufptr : ret );
|
||||
|
||||
p->buf_end += ret;
|
||||
bufptr += ber_pvt_sb_copy_out( p, buf + bufptr, len );
|
||||
bufptr += ber_pvt_sb_copy_out( p, (char *) buf + bufptr, len );
|
||||
return bufptr;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user