[Pkg-running-devel] [antpm] 33/48: don't use NULL

Kristof Ralovich ralovich-guest at moszumanska.debian.org
Mon Aug 11 10:10:33 UTC 2014


This is an automated email from the git hooks/post-receive script.

ralovich-guest pushed a commit to branch upstream
in repository antpm.

commit 3c579c0b45d3a53b52d24b4a8646ac4137e4eee6
Author: RALOVICH, Kristof <tade60 at freemail.hu>
Date:   Tue Apr 8 14:47:52 2014 +0200

    don't use NULL
---
 src/Serial.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Serial.hpp b/src/Serial.hpp
index 452b52f..0871436 100644
--- a/src/Serial.hpp
+++ b/src/Serial.hpp
@@ -38,7 +38,7 @@ public:
   virtual const char*  getImplName() = 0;
   virtual bool         isOpen() const = 0;
   virtual bool         setWriteDelay(const size_t ms) = 0;
-  static Serial*       instantiate(void* p = NULL);
+  static Serial*       instantiate(void* p = 0);
 };
 
 }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-running/antpm.git



More information about the Pkg-running-devel mailing list