From 59f8144c50765189594d5932fc25869f9ea6e265 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 19 Oct 2013 18:19:03 +0200 Subject: *: use nullptr instead of NULL --- src/DecoderBuffer.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/DecoderBuffer.hxx') diff --git a/src/DecoderBuffer.hxx b/src/DecoderBuffer.hxx index 4f7efb29a..8411f9269 100644 --- a/src/DecoderBuffer.hxx +++ b/src/DecoderBuffer.hxx @@ -35,7 +35,7 @@ struct input_stream; /** * Creates a new buffer. * - * @param decoder the decoder object, used for decoder_read(), may be NULL + * @param decoder the decoder object, used for decoder_read(), may be nullptr * @param is the input stream object where we should read from * @param size the maximum size of the buffer * @return the new decoder_buffer object @@ -75,7 +75,7 @@ decoder_buffer_fill(DecoderBuffer *buffer); * @param buffer the decoder_buffer object * @param length_r pointer to a size_t where you will receive the * number of bytes available - * @return a pointer to the read buffer, or NULL if there is no data + * @return a pointer to the read buffer, or nullptr if there is no data * available */ const void * -- cgit v1.2.3