Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk ui_util.c

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: guy@xxxxxxxxxxxx (Guy Harris)
Date: Thu, 22 Jan 2004 14:47:38 -0600 (CST)
guy         2004/01/22 14:47:38 CST

  Modified files:
    gtk                  ui_util.c 
  Log:
  We can't save "child_process" as a HANDLE on UNIX - save it as an "int",
  and cast it in the "GetExitCodeProcess()" call (rather than converting
  it when assigning it).
  
  Revision  Changes    Path
  1.16      +5 -4      ethereal/gtk/ui_util.c