hlfw.ca

x9dev

Download patch

ref: 0cc9b5318b2ef072d5d927058a323ab9872922f9
parent: d3f92badce9bb593733b0df145cacfca01170a3a
author: halfwit <michaelmisch1985@gmail.com>
date: Sat Oct 10 08:35:41 PDT 2020

Although we do need the aux for sure

--- a/x9dev.c
+++ b/x9dev.c
@@ -126,6 +126,8 @@
 static void
 x9r(C9ctx *ctx, C9r *r)
 {
+    C9aux *a;
+    
     /* Callback called every time a new R-message is received. */
 	a = ctx->aux;
 	switch (r->type) {