add a minor comment

svn path=/trunk/; revision=17270
This commit is contained in:
Ulf Lamping 2006-02-12 12:04:17 +00:00
parent 1a7d4a9bf9
commit d595d6a8da
1 changed files with 1 additions and 0 deletions

View 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 */