You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-crypt/md5deep/files/md5deep-4.4-pointer-compari...

12 lines
262 B

--- a/src/hash.cpp
+++ b/src/hash.cpp
@@ -279,7 +279,7 @@
MAP_FILE|
#endif
MAP_SHARED,fd,0);
- if(fdht->base>0){
+ if(fdht->base){
/* mmap is successful, so set the bounds.
* if it is not successful, we default to reading the fd
*/