diff --git a/util/cmisc/tabgen.c b/util/cmisc/tabgen.c index 5ddf1749b..9d88c9283 100644 --- a/util/cmisc/tabgen.c +++ b/util/cmisc/tabgen.c @@ -279,7 +279,7 @@ quoted(pstr) ch = '\f'; break; case 'v': - ch = '\v'; + ch = 013; break; default : ch = *(str - 1);