diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/fig/FIG0_6.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fig/FIG0_6.cpp b/src/fig/FIG0_6.cpp index 7c09078..401606e 100644 --- a/src/fig/FIG0_6.cpp +++ b/src/fig/FIG0_6.cpp @@ -154,7 +154,7 @@ FillStatus FIG0_6::fill(uint8_t *buf, size_t max_size) remaining -= 2; } } - if (not PD and ILS) { + else if (not PD and ILS) { buf[0] = ensemble->ecc; buf[1] = (*keyservice)->id >> 8; buf[2] = (*keyservice)->id & 0xFF; |