Selaa lähdekoodia

Move debug print after return value check

master
lostd 10 vuotta sitten
vanhempi
commit
0b0869ab44
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      noice.c

+ 1
- 1
noice.c Näytä tiedosto

@@ -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);


Loading…
Peruuta
Tallenna