minor fix

This commit is contained in:
elvis
2022-05-18 02:24:43 +02:00
parent a1e7c2e995
commit 27be55993c

View File

@ -381,7 +381,7 @@ void readFile(char *filepath, queueT *q, long fd_c, taglia_t *taglia) {
} }
if(f->open == 0) { /* file not already open */ if(f->open == 0) { /* file not already open */
n += snprintf(tmp_buf+n, m-n, "Client %ld ha richiesto una readFile sul file \"%s\" e' terminata con errore, file non aperto\n", n += snprintf(tmp_buf+n, m-n, "Client %ld ha richiesto una readFile sul file \"%s\" e' terminata con errore, file non precedentemente aperto\n",
fd_c, fd_c,
filepath); filepath);
errno = EPERM; errno = EPERM;