2 Jul
2013
2 Jul
'13
1:01 a.m.
Revision: 107522 https://trac.macports.org/changeset/107522 Author: cal@macports.org Date: 2013-07-01 18:01:20 -0700 (Mon, 01 Jul 2013) Log Message: ----------- tracelib: add filemap end marker: double \0 Modified Paths: -------------- trunk/base/src/pextlib1.0/tracelib.c Modified: trunk/base/src/pextlib1.0/tracelib.c =================================================================== --- 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 }