mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
12 lines
262 B
Diff
12 lines
262 B
Diff
--- 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
|
|
*/
|