vt fontcvt: -w sets the width, not height
This commit is contained in:
parent
f193c143d5
commit
07ece1ba1e
@ -401,7 +401,7 @@ main(int argc, char *argv[])
|
||||
height = atoi(optarg);
|
||||
break;
|
||||
case 'w':
|
||||
height = atoi(optarg);
|
||||
width = atoi(optarg);
|
||||
break;
|
||||
case '?':
|
||||
default:
|
||||
|
Loading…
x
Reference in New Issue
Block a user