minor fix
This commit is contained in:
@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user