added error code for better debugging
authorStefan Csomor <csomor@advancedconcepts.ch>
Thu, 22 Aug 2002 08:48:14 +0000 (08:48 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Thu, 22 Aug 2002 08:48:14 +0000 (08:48 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16675 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/dirmac.cpp
src/mac/dirmac.cpp

index 729be9473d485e1699b8fb4c09169bc19040e297..9c8f191681e0bdc772459b1d15420b7ed26009f4 100644 (file)
@@ -118,7 +118,7 @@ wxDirData::wxDirData(const wxString& dirname)
        m_CPB.hFileInfo.ioNamePtr = m_name ;
        m_index = 0 ;
 
-       FSpGetDirectoryID( &fsspec , &m_dirId , &m_isDir ) ;
+       OSErr err = FSpGetDirectoryID( &fsspec , &m_dirId , &m_isDir ) ;
 }
 
 wxDirData::~wxDirData()
index 729be9473d485e1699b8fb4c09169bc19040e297..9c8f191681e0bdc772459b1d15420b7ed26009f4 100644 (file)
@@ -118,7 +118,7 @@ wxDirData::wxDirData(const wxString& dirname)
        m_CPB.hFileInfo.ioNamePtr = m_name ;
        m_index = 0 ;
 
-       FSpGetDirectoryID( &fsspec , &m_dirId , &m_isDir ) ;
+       OSErr err = FSpGetDirectoryID( &fsspec , &m_dirId , &m_isDir ) ;
 }
 
 wxDirData::~wxDirData()