Fix issue with --strace log

This commit is contained in:
Justine Tunney 2022-06-08 17:20:19 -07:00
parent e011973593
commit cfb5d3e406

View file

@ -80,6 +80,7 @@ const char *DescribeStat(int rc, const struct stat *st) {
}
buf[i++] = '}';
buf[i] = 0;
return buf;
}