]> git.sur5r.net Git - openldap/commitdiff
Remove lint
authorKurt Zeilenga <kurt@openldap.org>
Thu, 1 Jun 2000 22:00:12 +0000 (22:00 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 1 Jun 2000 22:00:12 +0000 (22:00 +0000)
libraries/liblber/sockbuf.c

index 5cdda86ad93c7a8363a6d7b0cc2f219702debad5..b0165423dd1a45774cf536dcf99585d3c3bcd128 100644 (file)
@@ -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;
 }