syscall: don't append '\n' to the output
This commit is contained in:
parent
58861fff63
commit
be876a06ac
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ main(int argc, char *argv[])
|
|||
fprint(2, "syscall: return %lld, no error\n", r);
|
||||
}
|
||||
if(oflag)
|
||||
print("%s\n", buf);
|
||||
print("%s", buf);
|
||||
if(xflag){
|
||||
for(j=0; j<r; j++){
|
||||
if(j%16 == 0)
|
||||
|
|
Loading…
Reference in a new issue