From c48a28a98de3b2863c8ff2c6b9e0e24dba7c9669 Mon Sep 17 00:00:00 2001 From: Michael Black Date: Sat, 4 Apr 2020 15:49:26 -0500 Subject: [PATCH] Add comment to rigctl_parse.c --- tests/rigctl_parse.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/rigctl_parse.c b/tests/rigctl_parse.c index f3798eafa..1f62ca3dd 100644 --- a/tests/rigctl_parse.c +++ b/tests/rigctl_parse.c @@ -3976,6 +3976,7 @@ declare_proto_rig(dump_state) // protocol 1 fields are "setting=value" // protocol 1 allows fields can be listed/processed in any order // protocol 1 fields can be multi-line -- just write the thing to allow for it + // backward compatible as new values will just generate warnings fprintf(fout, "vfo_ops=0x%"PRXll"\n", (unsigned long)rig->caps->vfo_ops); fprintf(fout, "done\n");