add a minor comment
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 12 Feb 2006 12:04:17 +0000 (12:04 +0000)
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 12 Feb 2006 12:04:17 +0000 (12:04 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17270 f5534014-38df-0310-8fa8-9805f1628bb7

capture_sync.c

index 2e99e86263974930b6c62791239f45ffdba51610..e84dabcf72adad72a904e68815da9a2b70b55a35 100644 (file)
@@ -473,6 +473,7 @@ sync_pipe_start(capture_options *capture_opts) {
     g_string_free(args, TRUE);
 
     /* associate the operating system filehandle to a C run-time file handle */
+    /* (good file handle infos at: http://www.flounder.com/handles.htm) */
     sync_pipe_read_fd = _open_osfhandle( (long) sync_pipe_read, _O_BINARY);
 
     /* associate the operating system filehandle to a C run-time file handle */