| author | |
| committer | |
| log | 29e41c6850feac60e908a46756c168cb3026381e |
| tree | 7b451e1ca064ddb832d2ef8e824097d112d35644 |
| parent | 405502286d28baee4dc3a6152282d1e6fe6c6472 |
1 files changed, 2 insertions(+), 2 deletions(-)
lib/std/Build/Step/Fmt.zig+2-2| ... | ... | @@ -29,8 +29,8 @@ pub fn create(owner: *std.Build, options: Options) *Fmt { |
| 29 | 29 | .owner = owner, |
| 30 | 30 | .makeFn = make, |
| 31 | 31 | }), |
| 32 | .paths = options.paths, | |
| 33 | .exclude_paths = options.exclude_paths, | |
| 32 | .paths = owner.dupeStrings(options.paths), | |
| 33 | .exclude_paths = owner.dupeStrings(options.exclude_paths), | |
| 34 | 34 | .check = options.check, |
| 35 | 35 | }; |
| 36 | 36 | return self; |