ports/sysutils/bulk_extractor/files/patch-src__scan_bulk.cpp
Antoine Brodin c906e171d9 - update to 1.4.0
- patch to unbreak with clang and libc++
- LICENSE is GPLv3 due to a file polluting
- remove article from COMMENT
- convert to STAGEDIR
- new LIB_DEPENDS syntax
- option to build BEViewer (java frontend)

PR:		ports/183101
Approved by:	maintainer timeout (2 weeks)
2013-11-02 20:17:28 +00:00

11 lines
322 B
C++

--- ./src/scan_bulk.cpp.orig 2013-08-18 16:39:31.000000000 +0000
+++ ./src/scan_bulk.cpp 2013-10-19 13:09:32.000000000 +0000
@@ -145,7 +145,7 @@
exit(1);
}
- uint32_t len = stoi(vals[1]);
+ uint32_t len = be13stoi(vals[1]);
// If no data for this sector, simply append this type
// and then continue