Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2014-10-16 16:46:31 +01:00
22 changed files with 146 additions and 102 deletions

View File

@@ -146,7 +146,7 @@ do_print:
size = pb->size - used;
msglen = size * 4 + 1;
msg = xrealloc(msg, 1, msglen);
msg = xrealloc(msg, msglen);
strvisx(msg, start, size, VIS_OCTAL|VIS_TAB);
cmdq_print(cmdq, "%s", msg);