Restoring buffer increments value to a decent one
This commit is contained in:
parent
9687b58abd
commit
bea30ae5a9
|
@ -55,7 +55,7 @@ static void _do_count(int opts, char * line, FILE * fp);
|
|||
static int _uniq_do(int opts, char * fields, int chars,
|
||||
FILE * infp, FILE * outfp)
|
||||
{
|
||||
#define BUF 3
|
||||
#define BUF 80
|
||||
char * line = NULL;
|
||||
int len = 0;
|
||||
char * p;
|
||||
|
|
Loading…
Reference in New Issue
Block a user