summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-06-22 01:28:21 +0300
committerAndrei Karas <akaras@inbox.ru>2015-06-22 01:28:21 +0300
commit8b3465367e89a07e8f15de08b2f5599ed30a4e4b (patch)
tree63217ac220421d6233ebc8388998d424fc9661a5
parent89e68c6746faf995a3f77ac465d73ed7a5b7dfa5 (diff)
downloadparanucker-8b3465367e89a07e8f15de08b2f5599ed30a4e4b.tar.gz
paranucker-8b3465367e89a07e8f15de08b2f5599ed30a4e4b.tar.bz2
paranucker-8b3465367e89a07e8f15de08b2f5599ed30a4e4b.tar.xz
paranucker-8b3465367e89a07e8f15de08b2f5599ed30a4e4b.zip
Use by default plugin command detectnullpointers.
-rw-r--r--src/plugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugin.cpp b/src/plugin.cpp
index 5d29d66..8c5879b 100644
--- a/src/plugin.cpp
+++ b/src/plugin.cpp
@@ -36,7 +36,7 @@ int plugin_is_GPL_compatible = 1;
struct Node;
-Command command = Command::Dump;
+Command command = Command::DetectNullPointers;
std::map<tree, Node*> foundNodesMap;
std::map<Node*, Node*> updateNodesMap;