Skip to content

Commit 6bc2d41

Browse files
committed
Updated comment
* ACE/ace/ACE.cpp:
1 parent d4ff246 commit 6bc2d41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ACE/ace/ACE.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2206,7 +2206,7 @@ ACE::handle_ready (ACE_HANDLE handle,
22062206
int select_width = 0;
22072207
#if !defined (ACE_WIN32)
22082208
select_width = int (handle) + 1;
2209-
# endif /* ACE_WIN64 */
2209+
# endif /* ACE_WIN32 */
22102210
int result = ACE_OS::select (select_width,
22112211
read_ready ? handle_set.fdset () : 0, // read_fds.
22122212
write_ready ? handle_set.fdset () : 0, // write_fds.

0 commit comments

Comments
 (0)