| author | |
| committer | |
| log | 660f6f69454b112dbbdb54e5e998774042ed8761 |
| tree | d280d4ec1b01b156415af51a56e3e52c94d7d483 |
| parent | 0cfb4dde371260a9616d7595f8de87f4c424e1d0 |
1 files changed, 1 insertions(+), 1 deletions(-)
src/cmd_fetch.zig+1-1| ... | ... | @@ -45,7 +45,7 @@ pub fn execute(args: [][]u8) !void { |
| 45 | 45 | \\} |
| 46 | 46 | \\ |
| 47 | 47 | \\fn get_flags(comptime index: usize) []const u8 { |
| 48 | \\ return std.meta.declarations(c_source_flags)[index].name; | |
| 48 | \\ return @field(c_source_flags, _paths[index]); | |
| 49 | 49 | \\} |
| 50 | 50 | }); |
| 51 | 51 | try w.print("\n", .{}); |