(wrong string) ée

From: <git_AT_suckless.org>
Date: Thu, 4 May 2017 19:30:06 +0200 (CEST)

commit eb0bfa11826f8b23e9e08b53eee9edd8bba00a7b
Author: Mattias Andrée <maandree_AT_kth.se>
AuthorDate: Thu May 4 19:19:48 2017 +0200
Commit: Mattias Andrée <maandree_AT_kth.se>
CommitDate: Thu May 4 19:19:48 2017 +0200

    Fix error message
    
    Signed-off-by: Mattias Andrée <maandree_AT_kth.se>

diff --git a/src/stream.c b/src/stream.c
index 07d5f31..4bb0195 100644
--- a/src/stream.c
+++ b/src/stream.c
_AT_@ -146,7 +146,7 @@ eninf_check_fd(int status, int fd, const char *file)
         if (fstat(fd, &st))
                 enprintf(status, "fstat %s:", file);
         if (S_ISREG(st.st_mode))
- enprintf(status, "%s is a regular file, refusing infinite write\n");
+ enprintf(status, "%s is a regular file, refusing infinite write\n", file);
 }
 
 
Received on Thu May 04 2017 - 19:30:06 CEST

This archive was generated by hypermail 2.3.0 : Thu May 04 2017 - 19:36:26 CEST