summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr/src/lib/libfru/libgenutil/Str.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr/src/lib/libfru/libgenutil/Str.cc b/usr/src/lib/libfru/libgenutil/Str.cc
index f78e4ee93c..bcccdf4fcd 100644
--- a/usr/src/lib/libfru/libgenutil/Str.cc
+++ b/usr/src/lib/libfru/libgenutil/Str.cc
@@ -24,8 +24,6 @@
* All rights reserved.
*/
-#pragma ident "%Z%%M% %I% %E% SMI"
-
#include <string.h>
#include <stdio.h>
@@ -171,7 +169,7 @@ Str::tokenize(Str& token, const Str& separators, Str& remainder)
remainder = nextTok_;
// remainder = *this;
// did not find it!
- return (NULL);
+ return ('\0');
}
void