printf("%s\n") -> puts()
This commit is contained in:
@ -17,7 +17,7 @@ static int print_matchpathcon(char *path, int noprint)
|
||||
if (!noprint)
|
||||
printf("%s\t%s\n", path, buf);
|
||||
else
|
||||
printf("%s\n", buf);
|
||||
puts(buf);
|
||||
|
||||
freecon(buf);
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user