tracelib: add filemap end marker: double \0
--- trunk/base/src/pextlib1.0/tracelib.c 2013-07-02 00:58:26 UTC (rev 107521)
+++ trunk/base/src/pextlib1.0/tracelib.c 2013-07-02 01:01:20 UTC (rev 107522)
@@ -300,6 +300,7 @@
}
}else
append_allow("/", 0);
+ append_allow("", 0);
filemap_end=t;
#undef append_allow
}