X-Git-Url: http://git.subgeniuskitty.com/pforth/.git/blobdiff_plain/e2531e837774276f6ffb3b284703c594644761f8..77f603e7a5d5b01af482c34c2eae7e563bd17583:/csrc/pf_text.c diff --git a/csrc/pf_text.c b/csrc/pf_text.c index 6d36e2c..9325851 100644 --- a/csrc/pf_text.c +++ b/csrc/pf_text.c @@ -373,7 +373,7 @@ cell_t pfUnitTestText( void ) ASSERT_PAD_IS( 5, 0xA5, "CS past 5" ); pfSetMemory(pad,0xA5,sizeof(pad)); - CStringxxxxxToForth( pad, "frog", 4 ); + CStringToForth( pad, "frog", 4 ); ASSERT_PAD_IS( 0, 3, "CS len 4" ); ASSERT_PAD_IS( 3, 'o', "CS end 4" ); ASSERT_PAD_IS( 4, 0xA5, "CS past 4" );