memzap

replay memory writes
git clone git://git.2f30.org/memzap
Log | Files | Refs | README | LICENSE

commit 95913947a70cc5794c7c2d91aee01b7c683c37a6
parent 11a9746aba2741c68e2998d41ebc866a86948c3d
Author: sin <sin@2f30.org>
Date:   Sun,  3 Mar 2013 17:34:15 +0000

Update mdiff-fmt

Diffstat:
Mdocs/mdiff-fmt | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/mdiff-fmt b/docs/mdiff-fmt @@ -2,7 +2,7 @@ File format of the mdiff files ============================== struct mdiff_hdr { - /* MDIFF\0 */ + /* MDIFF */ char magic[8]; /* Number of memory diff regions */ uint32_t nregions;