Fixed typo.

This commit is contained in:
David E. Tiller 2022-05-14 13:15:51 -04:00
parent b17f6f0360
commit c8d8977729
1 changed files with 1 additions and 1 deletions

View File

@ -416,7 +416,7 @@ void eotd_to_text (unsigned char *eotd, int eotd_len, char *text, int text_size)
#ifndef EOTD_RAW
if (eotd_type == EOTD_TYPE_F2R) {
//strlcat(text, "FRONT>REAR:", text_size);
strlcat(text, ":dir-f2r,", text_size);
strlcat(text, ":dir=f2r,", text_size);
} else {
//strlcat(text, "REAR>FRONT:", text_size);
strlcat(text, ":dir=r2f,", text_size);