Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk follow_dlg.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: Sat, 24 Jan 2004 04:53:25 -0600 (CST)
guy         2004/01/24 04:53:25 CST

  Modified files:
    gtk                  follow_dlg.c 
  Log:
  As with "file_write_error_message()", so with
  "file_close_error_message()" - but just use "file_write_error_message()"
  for UNIX-style errors, under the assumption that a close will only fail
  because a buffer-flushing write fails or because "close()" itself fails
  when, for example, pushing unsynced NFS client-side writes out over the
  wire.
  
  Make several routines in "print.c" return success/failure indications.
  
  Check for write errors when printing "Follow TCP Stream" stuff or saving
  it to a file.
  
  Revision  Changes    Path
  1.36      +86 -23    ethereal/gtk/follow_dlg.c