summaryrefslogtreecommitdiff
path: root/jvmfwk/plugins/sunmajor/pluginlib/sunversion.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-10 10:18:19 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-10 10:31:30 +0100
commit8980565881fcc484bb506b3135223b6a42aefbf0 (patch)
treea7a51e0cb37b86a7eb5410d6f34c51821c41df32 /jvmfwk/plugins/sunmajor/pluginlib/sunversion.cxx
parent81da71b64098e3f0d5ebe61d0c94c73e316c21b3 (diff)
loplugin:nullptr (automatic rewrite)
Change-Id: I9dfcec9488b2a25e32d3934766d6d4b208a8c2dc
Diffstat (limited to 'jvmfwk/plugins/sunmajor/pluginlib/sunversion.cxx')
-rw-r--r--jvmfwk/plugins/sunmajor/pluginlib/sunversion.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/jvmfwk/plugins/sunmajor/pluginlib/sunversion.cxx b/jvmfwk/plugins/sunmajor/pluginlib/sunversion.cxx
index 667440c86ac9..47874405b731 100644
--- a/jvmfwk/plugins/sunmajor/pluginlib/sunversion.cxx
+++ b/jvmfwk/plugins/sunmajor/pluginlib/sunversion.cxx
@@ -205,7 +205,7 @@ bool SunVersion::init(const char *szVersion)
SunVersion::PreRelease SunVersion::getPreRelease(const char *szRelease)
{
- if (szRelease == NULL)
+ if (szRelease == nullptr)
return Rel_NONE;
if( ! strcmp(szRelease,"internal"))
return Rel_INTERNAL;