Skip to content

Commit 6d21ee3

Browse files
nathanfarlowadriweb
authored andcommitted
Fix ti_Str0 value and add missing ti_Str9
1 parent bf8bc42 commit 6d21ee3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/fileioc/fileioc.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,8 @@ equ_t *ti_AllocEqu(unsigned len, void (*malloc_routine)(size_t));
438438
#define ti_Str6 ("\xAA\x5\0")
439439
#define ti_Str7 ("\xAA\x6\0")
440440
#define ti_Str8 ("\xAA\x7\0")
441-
#define ti_Str0 ("\xAA\x8\0")
441+
#define ti_Str9 ("\xAA\x8\0")
442+
#define ti_Str0 ("\xAA\x9\0")
442443
#define ti_StrT ('\xAA')
443444

444445
/* Some equation definitions */

0 commit comments

Comments
 (0)