IMPROVES-i1 trim() fin initialized (done also i7 and i8)
This commit is contained in:
@@ -134,7 +134,7 @@ static int uselesschar(int c)
|
||||
/* remove leading/trailing whitespace + collapse internal multiple whitespace */
|
||||
static void trim(char *s)
|
||||
{
|
||||
int len, i, j, fin;
|
||||
int len, i, j, fin = 0;
|
||||
|
||||
if(!s)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user