summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
f4d7250)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15154
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#ifdef __UNIX_LIKE__
if ( !m_filename.empty() )
{
#ifdef __UNIX_LIKE__
if ( !m_filename.empty() )
{
- if ( !remove(m_filename) )
+ if ( remove(m_filename) != 0 )
{
wxLogDebug(_T("Stale AF_UNIX file '%s' left."), m_filename.c_str());
}
{
wxLogDebug(_T("Stale AF_UNIX file '%s' left."), m_filename.c_str());
}