From 20597b3632d3b6e25ba532716106f90d5b64d0e8 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 28 Oct 2013 23:58:17 +0100 Subject: *: use nullptr instead of NULL --- src/input/RewindInputPlugin.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/input/RewindInputPlugin.cxx') diff --git a/src/input/RewindInputPlugin.cxx b/src/input/RewindInputPlugin.cxx index 8d229c54f..e11f56631 100644 --- a/src/input/RewindInputPlugin.cxx +++ b/src/input/RewindInputPlugin.cxx @@ -240,7 +240,7 @@ const InputPlugin rewind_input_plugin = { InputStream * input_rewind_open(InputStream *is) { - assert(is != NULL); + assert(is != nullptr); assert(is->offset == 0); if (is->seekable) -- cgit v1.2.3