projects
/
m6w6
/
libmemcached
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
ae6ce34
)
libtest: fix #40 (use nullptr instead of NULL)
author
Michael Wallner
<mike@php.net>
Tue, 21 Jan 2020 16:22:55 +0000
(17:22 +0100)
committer
Michael Wallner
<mike@php.net>
Tue, 21 Jan 2020 16:22:55 +0000
(17:22 +0100)
libtest/cmdline.cc
patch
|
blob
|
history
diff --git
a/libtest/cmdline.cc
b/libtest/cmdline.cc
index 29a22de657df8f823b50bd7c60d2011c723e3b49..cbe8ff9a53ea70754cf7c8aa6f98c3a666c68576 100644
(file)
--- a/
libtest/cmdline.cc
+++ b/
libtest/cmdline.cc
@@
-787,7
+787,7
@@
void Application::create_argv(const char *args[])
vchar::append(built_argv, *ptr);
}
}
- built_argv.push_back(
NULL
);
+ built_argv.push_back(
nullptr
);
}
std::string Application::print()