summaryrefslogtreecommitdiff
path: root/src/midx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/midx.h')
-rw-r--r--src/midx.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/midx.h b/src/midx.h
index 4ce17ce73..ef3d534bc 100644
--- a/src/midx.h
+++ b/src/midx.h
@@ -54,7 +54,7 @@ typedef struct git_midx_file {
git_oid checksum;
/* something like ".git/objects/pack/multi-pack-index". */
- git_buf filename;
+ git_str filename;
} git_midx_file;
/*
@@ -77,7 +77,7 @@ struct git_midx_writer {
* The path of the directory where the .pack/.idx files are stored. The
* `multi-pack-index` file will be written to the same directory.
*/
- git_buf pack_dir;
+ git_str pack_dir;
/* The list of `git_pack_file`s. */
git_vector packs;