Skip to content

Commit

Permalink
If you are unsure, answer NO :p
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9477 e03df62e-2008-0410-955e-edbf42e46eb7
  • Loading branch information
braindigitalis committed Apr 13, 2008
1 parent b5e5885 commit 958083a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions win/configure.cpp
Expand Up @@ -239,8 +239,8 @@ void Run()
if(iswinxp())
{
printf_c("You are running Windows 2000 or above, and IOCP support is most likely available.\n"
"This removes the socket number limitation of select and is much more efficent.\n"
"If you are unsure, answer yes. (You SHOULD NOT be using this, as it MAY not work!\n\n");
"This removes the socket number limitation of select and is much more efficent.\n"
"If you are unsure, answer no. (You SHOULD NOT be using this, as it MAY not work!)\n\n");

use_iocp = get_bool_option("Do you want to use the IOCP implementation?", false);
}
Expand Down

0 comments on commit 958083a

Please sign in to comment.