mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 02:43:09 +00:00
more.c:
Patch from Timothy Schepens <tischepe@fastmail.fm>: This is a patch to let more use the window size instead of the buffer size. sort.c: fixed qsort warning svn path=/trunk/; revision=6421
This commit is contained in:
parent
6a031188f2
commit
15fc6ff3af
2 changed files with 6 additions and 6 deletions
|
@ -34,7 +34,7 @@ int sortcol; /* sort column */
|
|||
int err = 0; /* error counter */
|
||||
|
||||
int
|
||||
cmpr(void *a, void *b)
|
||||
cmpr(const void *a, const void *b)
|
||||
{
|
||||
char *A, *B;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue