code: libextents

Download patch

ref: e96b9e14a06a019e20988fa6a80b8871d0db2c44
parent: 02044e5668850757a17a2ba0a1f41754f96fde7e
author: 9ferno <gophone2015@gmail.com>
date: Sun Jan 15 16:06:15 EST 2023

corrected compile error

--- a/extents.c
+++ b/extents.c
@@ -1013,7 +1013,7 @@
 		start = *p; p++;
 		end = *p; p++;
 		if(start == 0 && end == 0)
-			panic("loadextents(): nil extent");
+			es->panic("loadextents(): nil extent");
 		nunits = *p; p++;
 		ufree(es, start, nunits);
 	}