aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/include/ldo/object.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/ldo/object.h b/src/include/ldo/object.h
index 773bafe..5092e7f 100644
--- a/src/include/ldo/object.h
+++ b/src/include/ldo/object.h
@@ -50,7 +50,7 @@
* @real_size: Size of data when decompressed.
*/
struct sarry_obj {
- const char *name;
+ const char *pathname;
const char *cdata;
size_t size;
size_t real_size;