forked from pool/libtorrent-rasterbar
- Upstream update to 0.15.8, bugfix release. - Reworked missing-return patch. OBS-URL: https://build.opensuse.org/request/show/88624 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libtorrent-rasterbar?expand=0&rev=7
13 lines
331 B
Diff
13 lines
331 B
Diff
Index: libtorrent-rasterbar-0.15.8/src/file.cpp
|
|
===================================================================
|
|
--- libtorrent-rasterbar-0.15.8/src/file.cpp.orig
|
|
+++ libtorrent-rasterbar-0.15.8/src/file.cpp
|
|
@@ -1125,6 +1125,7 @@ typedef struct _FILE_ALLOCATED_RANGE_BUF
|
|
#else
|
|
return start;
|
|
#endif
|
|
+ return start;
|
|
}
|
|
|
|
}
|