Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan plugins.c

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Fri, 14 Sep 2001 04:27:35 -0500 (CDT)
guy         2001/09/14 04:27:35 CDT

  Modified files:
    epan                 plugins.c 
  Log:
  To check whether something is a directory, call "test_for_directory()"
  on it and check whether it returned EISDIR, not whether it returns 0 -
  EISDIR means it's a directory, 0 means it isn't.
  
  Revision  Changes    Path
  1.34      +2 -2      ethereal/epan/plugins.c