aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--noice.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/noice.c b/noice.c
index 07f2f78..e61e820 100644
--- a/noice.c
+++ b/noice.c
@@ -353,12 +353,12 @@ nochange:
}
r = fstat(fd, &sb);
close(fd);
- DPRINTF_U(sb.st_mode);
if (r == -1) {
printwarn();
free(pathnew);
goto nochange;
}
+ DPRINTF_U(sb.st_mode);
/* Directory */
if (S_ISDIR(sb.st_mode)) {
free(path);
Un proyecto texto-plano.xyz