mirror of
https://github.com/lhearachel/narc.git
synced 2025-06-18 13:35:32 -04:00
fix!: Change the extension of generated .naix files to .naix.h
This commit is contained in:
parent
4274232a22
commit
bb00d6a9a3
@ -162,7 +162,7 @@ static int pack(struct options *opts)
|
||||
struct vfs_pack_ctx *ctx = NULL;
|
||||
struct strbuild *index = NULL;
|
||||
struct strvec *to_pack = NULL;
|
||||
char *naix = strcpy_fext(opts->output, "naix");
|
||||
char *naix = strcpy_fext(opts->output, "naix.h");
|
||||
|
||||
dir = opendir(opts->input);
|
||||
if (dir == NULL) {
|
||||
|
Loading…
Reference in New Issue
Block a user