We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2956122 + d873b32 commit efc6835Copy full SHA for efc6835
1 file changed
lib/dialects/linux/dproc.c
@@ -1230,7 +1230,7 @@ static int process_id(struct lsof_context *ctx, /* context */
1230
enss = errno;
1231
}
1232
if (!ls && !Fwarn) {
1233
- (void)snpf(nmabuf, sizeof(nmabuf), "lstat: %s)",
+ (void)snpf(nmabuf, sizeof(nmabuf), "(lstat: %s)",
1234
strerror(enls));
1235
nmabuf[sizeof(nmabuf) - 1] = '\0';
1236
(void)add_nma(ctx, nmabuf, strlen(nmabuf));
0 commit comments