f3bd4b3 tree-wide: do not use "re" with fmemopen

Authored and Committed by zbyszek 2 years ago
    tree-wide: do not use "re" with fmemopen
    
    The man page says nothing about "e". Glibc clearly accepts it without fuss, but
    it is meaningless for a memory object (and probably doesn't work). This use is
    not portable, so let's avoid it.
    
        
file modified
+1 -1
file modified
+2 -2
file modified
+2 -2
file modified
+1 -1