| author | |
| committer | |
| log | 07ea6a3daa950f7bbd8bbd60c0cc2251806fde95 |
| tree | 515486128dea241840ea160266eb57392648b479 |
| parent | 22ce2c3f5e560c72728fde9df47ba29566b17e40 |
1 files changed, 1 insertions(+), 1 deletions(-)
src/lib.zig+1-1| ... | ... | @@ -114,6 +114,6 @@ pub fn getSingle(name: string) ?string { |
| 114 | 114 | } |
| 115 | 115 | |
| 116 | 116 | pub fn getMulti(name: string) ?[]const string { |
| 117 | const x = multis.get(name).?.toOwnedSlice(); | |
| 117 | const x = multis.get(name).?.items; | |
| 118 | 118 | return if (x.len > 0) x else null; |
| 119 | 119 | } |