Changeset 2320

Show
Ignore:
Timestamp:
11/26/07 00:59:28 (14 months ago)
Author:
markybob
Message:

another attempt for invalid handle

Files:
2 modified

Legend:

Unmodified
Added
Removed
  • tags/deluge-0.5.6.96/src/deluge_core.cpp

    r2317 r2320  
    18071807      } 
    18081808    } 
    1809   catch (libtorrent::invalid_handle&) {} 
     1809  catch (...) {} 
    18101810  Py_INCREF(Py_None); return Py_None; 
    18111811} 
  • trunk/src/deluge_core.cpp

    r2317 r2320  
    18071807      } 
    18081808    } 
    1809   catch (libtorrent::invalid_handle&) {} 
     1809  catch (...) {} 
    18101810  Py_INCREF(Py_None); return Py_None; 
    18111811}