| author | |
| committer | |
| log | 9e8db5b7505a6c2e601c8a94b9d8a4282b5df184 |
| tree | 4745819ccfe50daa6a504dde1f0247eb391341fb |
| parent | 82ab006e58230b413277fbffe5c304b83a3767e2 |
1 files changed, 1 insertions(+), 1 deletions(-)
std/process.zig+1-1| ... | ... | @@ -388,7 +388,7 @@ pub fn args() ArgIterator { |
| 388 | 388 | } |
| 389 | 389 | |
| 390 | 390 | /// Caller must call argsFree on result. |
| 391 | pub fn argsAlloc(allocator: *mem.Allocator) ![]const []u8 { | |
| 391 | pub fn argsAlloc(allocator: *mem.Allocator) ![][]u8 { | |
| 392 | 392 | if (builtin.os == .wasi) { |
| 393 | 393 | var count: usize = undefined; |
| 394 | 394 | var buf_size: usize = undefined; |