diff options
| author | Louis Burda <quent.burda@gmail.com> | 2022-01-26 17:34:30 +0100 |
|---|---|---|
| committer | Louis Burda <quent.burda@gmail.com> | 2022-01-26 17:34:30 +0100 |
| commit | 231398ebfff82c68ac33205da6fd957ec1e5cf09 (patch) | |
| tree | c2b72f587a82a807cd3501bb3ffb76dd33392b92 /src/tag.c | |
| parent | 852d8efa882fe80718d63352b5432d2a04c2de74 (diff) | |
| download | tmus-231398ebfff82c68ac33205da6fd957ec1e5cf09.tar.gz tmus-231398ebfff82c68ac33205da6fd957ec1e5cf09.zip | |
Added index files, fixed cmd input bugs
Diffstat (limited to 'src/tag.c')
| -rw-r--r-- | src/tag.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -16,6 +16,8 @@ tag_init(const char *path, const char *fname) tag->fname = strdup(fname); ASSERT(tag->fname != NULL); + tag->new_fname = NULL; + tag->fpath = aprintf("%s/%s", path, fname); ASSERT(tag->fpath != NULL); |
