ref: 1f0aab03a7520a9ce6e88eb0d5b1d6c227091434
parent: c78fbbce2789af3e327657557e4d953b12ee8f19
author: evpobr <evpobr@gmail.com>
date: Tue Oct 27 16:57:06 EDT 2020
Convert last `dirty` field to bool
--- a/src/src_linear.c
+++ b/src/src_linear.c
@@ -27,7 +27,7 @@
typedef struct
{ int linear_magic_marker ;
- int dirty ;
+ bool dirty ;
long in_count, in_used ;
long out_count, out_gen ;
float last_value [] ;