vt fontcvt: -w sets the width, not height

This commit is contained in:
emaste 2014-06-05 18:01:59 +00:00
parent f193c143d5
commit 07ece1ba1e

View File

@ -401,7 +401,7 @@ main(int argc, char *argv[])
height = atoi(optarg);
break;
case 'w':
height = atoi(optarg);
width = atoi(optarg);
break;
case '?':
default: