summaryrefslogtreecommitdiff
path: root/src/writer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/writer.h')
-rw-r--r--src/writer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/writer.h b/src/writer.h
index 4619d95..f39b659 100644
--- a/src/writer.h
+++ b/src/writer.h
@@ -33,7 +33,7 @@
struct file_struct {
int fd_;
- char name_[100];
+ char* path_;
};
typedef struct file_struct file_t;