From 05485a47ea107737ada8b0941a7a066c6a075f40 Mon Sep 17 00:00:00 2001 From: Bernard Normier Date: Wed, 11 Jan 2017 17:48:15 -0500 Subject: Replace NULL by ICE_NULLPTR --- cpp/src/Slice/Python.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/Slice/Python.cpp') diff --git a/cpp/src/Slice/Python.cpp b/cpp/src/Slice/Python.cpp index 6080c23d3c0..bc1da962d70 100644 --- a/cpp/src/Slice/Python.cpp +++ b/cpp/src/Slice/Python.cpp @@ -588,7 +588,7 @@ Slice::Python::compile(const vector& argv) if(preprocess) { char buf[4096]; - while(fgets(buf, static_cast(sizeof(buf)), cppHandle) != NULL) + while(fgets(buf, static_cast(sizeof(buf)), cppHandle) != ICE_NULLPTR) { if(fputs(buf, stdout) == EOF) { -- cgit v1.2.3