Skip to content

Commit c8d8977

Browse files
committed
Fixed typo.
1 parent b17f6f0 commit c8d8977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/eotd.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ void eotd_to_text (unsigned char *eotd, int eotd_len, char *text, int text_size)
416416
#ifndef EOTD_RAW
417417
if (eotd_type == EOTD_TYPE_F2R) {
418418
//strlcat(text, "FRONT>REAR:", text_size);
419-
strlcat(text, ":dir-f2r,", text_size);
419+
strlcat(text, ":dir=f2r,", text_size);
420420
} else {
421421
//strlcat(text, "REAR>FRONT:", text_size);
422422
strlcat(text, ":dir=r2f,", text_size);

0 commit comments

Comments
 (0)