Skip to content

Commit 7264ca3

Browse files
radaretrufae
authored andcommitted
fi
1 parent fb553a6 commit 7264ca3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libr/io/p/io_default.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ static RIOMMapFileObj *mmap_create(RIO *io, const char *filename, int perm, int
125125
mmo->nocache = r_str_startswith (filename, "nocache://");
126126
if (mmo->nocache) {
127127
filename += strlen ("nocache://");
128+
mmo->rawio = true;
128129
}
129130
mmo->filename = strdup (filename);
130131
mmo->perm = perm;

0 commit comments

Comments
 (0)