Skip to content
Snippets Groups Projects
Commit 4e6ea7b1 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Fixed error message.

Rev: src/modules/files/configure.in:1.29
parent 2bad2b7e
Branches
Tags
No related merge requests found
......@@ -342,7 +342,7 @@ int main()
if(!FD_ISSET(fds[1], &tmp))
{
fprintf(stderr,"select() modify read set properly on shutdown()\n");
fprintf(stderr,"select() does not modify read set properly on shutdown()\n");
exit(8);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment