Search
j0ke.net Open Build Service
>
Projects
>
stresslinux
>
busybox
> busybox-1.19.0-less.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File busybox-1.19.0-less.patch of Package busybox (Revision 35)
Currently displaying revision
35
,
show latest
--- 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)