Mercurial > hg > aboriginal
view sources/patches/busybox-1.19.0-less.patch @ 1439:d2b121fc1567
Use the ext4 driver for ext3 and ext2 filesystems.
author | Rob Landley <rob@landley.net> |
---|---|
date | Sat, 10 Sep 2011 08:03:10 -0500 |
parents | 6c85cda8cfce |
children |
line wrap: on
line source
--- busybox-1.19.0/miscutils/less.c +++ busybox-1.19.0-less/miscutils/less.c @@ -990,7 +990,8 @@ static int64_t less_getch(int pos) */ if (key >= 0 && key < ' ' && key != 0x0d && key != 8) goto again; - return key; + + return key64; } static char* less_gets(int sz)