[PATCH] Type was not applied to pdst.
[Thread Prev] | [Thread Next]
[Date Prev] | [Date Next]
- Subject: [PATCH] Type was not applied to pdst.
- From: Frank Smit <frank@xxxxxxxx>
- Reply-to: myrddin-dev@xxxxxxxxxxxxxx
- Date: Sun, 30 Aug 2020 15:51:49 +0200
- To: myrddin-dev@xxxxxxxxxxxxxx
- Cc: Frank Smit <frank@xxxxxxxx>
---
lib/std/test/ipparse.myr | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/lib/std/test/ipparse.myr b/lib/std/test/ipparse.myr
index 40ff7262..ae237095 100644
--- a/lib/std/test/ipparse.myr
+++ b/lib/std/test/ipparse.myr
@@ -60,7 +60,8 @@ const main = {
}
const eq = {ip, expected
- var pdst, edst : byte[16]
+ var pdst : byte[16]
+ var edst : byte[16]
var parsed
var p, e
--
2.28.0
- Prev by Date: [PATCH] Fix IPv6 parsing.
- Previous by thread: [PATCH] Fix IPv6 parsing.
- Index(es):