This website works better with JavaScript.
Home
Explore
Help
Sign In
Immanuel
/
btpd
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Only trigger error handling if an error actually occured. :P
master
Richard Nyberg
18 years ago
parent
8d7898d728
commit
e117d81cf3
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
btpd/content.c
+ 2
- 1
btpd/content.c
View File
@@ -144,7 +144,8 @@ cm_write_done(struct torrent *tp)
btpd_ev_del(&cm->save_timer);
if (!err)
cm_save(tp);
cm_on_error(tp);
else
cm_on_error(tp);
}
void
Write
Preview
Loading…
Cancel
Save