From d595d6a8da141d5c80fba400f5e3a1f9454a1434 Mon Sep 17 00:00:00 2001 From: Ulf Lamping Date: Sun, 12 Feb 2006 12:04:17 +0000 Subject: add a minor comment svn path=/trunk/; revision=17270 --- capture_sync.c | 1 + 1 file changed, 1 insertion(+) (limited to 'capture_sync.c') diff --git a/capture_sync.c b/capture_sync.c index 2e99e86263..e84dabcf72 100644 --- a/capture_sync.c +++ b/capture_sync.c @@ -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 */ -- cgit v1.2.1