projects
/
paraslash.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
command_util.sh: Make sure the "handler" pointer is NULL if a line handler exists.
[paraslash.git]
/
command_util.sh
diff --git
a/command_util.sh
b/command_util.sh
index
1b43765
..
ba5e99e
100755
(executable)
--- a/
command_util.sh
+++ b/
command_util.sh
@@
-8,6
+8,7
@@
dump_array_member()
if test $line_handler -eq 0; then
echo ".handler = com_$name_txt,"
else
+ echo ".handler = NULL,"
echo ".line_handler = com_$name_txt,"
fi
if test -n "$perms_txt"; then