shithub: mc

Download patch

ref: 026a628d0ebce3d347322d629031d0fdc93308bf
parent: d90515c5036b9c62dedc9895c781c6459c872209
author: Frank Smit <frank@61924.nl>
date: Sun Aug 30 09:51:49 EDT 2020

Type was not applied to pdst.

--- a/lib/std/test/ipparse.myr
+++ b/lib/std/test/ipparse.myr
@@ -60,7 +60,8 @@
 }
 
 const eq = {ip, expected
-	var pdst, edst : byte[16]
+	var pdst : byte[16]
+	var edst : byte[16]
 	var parsed
 	var p, e