Changeset 2333
- Timestamp:
- 11/26/07 18:56:17 (14 months ago)
- Files:
-
- 2 modified
-
tags/deluge-0.5.6.96/src/deluge_core.cpp (modified) (1 diff)
-
trunk/src/deluge_core.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tags/deluge-0.5.6.96/src/deluge_core.cpp
r2331 r2333 744 744 catch (invalid_encoding&) 745 745 { RAISE_PTR(InvalidEncodingError, ""); } 746 catch (invalid_handle&) 747 { printf("invalid handle error on add_torrent"); } 746 748 catch (invalid_torrent_file&) 747 749 { RAISE_PTR(InvalidTorrentError, ""); } -
trunk/src/deluge_core.cpp
r2331 r2333 744 744 catch (invalid_encoding&) 745 745 { RAISE_PTR(InvalidEncodingError, ""); } 746 catch (invalid_handle&) 747 { printf("invalid handle error on add_torrent"); } 746 748 catch (invalid_torrent_file&) 747 749 { RAISE_PTR(InvalidTorrentError, ""); }
