This commit is contained in:
James McCoy 2016-11-15 11:50:54 -05:00
parent 9d9d93aee3
commit 12ed735719

View File

@ -1727,7 +1727,7 @@ do_set (
} }
if (flags & P_FLAGLIST) { if (flags & P_FLAGLIST) {
/* Remove flags that appear twice. */ // Remove flags that appear twice.
for (s = newval; *s; s++) { for (s = newval; *s; s++) {
// if options have P_FLAGLIST and P_ONECOMMA such as // if options have P_FLAGLIST and P_ONECOMMA such as
// 'whichwrap' // 'whichwrap'