X-Git-Url: http://git.subgeniuskitty.com/pforth/.git/blobdiff_plain/73c0fd67eeb7fe0d6cc573afba798a88c4e86d82..529bb4e23b94186596ca0e3f5d295b0be95d4fad:/csrc/pf_text.c diff --git a/csrc/pf_text.c b/csrc/pf_text.c index e48e457..03430a7 100644 --- a/csrc/pf_text.c +++ b/csrc/pf_text.c @@ -222,7 +222,7 @@ DBUGX(("ffCompareText: return 0x%x\n", Result )); ** Compare two strings, case sensitive. ** Return zero if they match, -1 if s1s2; */ -cell_t ffCompare( const char *s1, cell_t len1, const char *s2, int32_t len2 ) +cell_t ffCompare( const char *s1, cell_t len1, const char *s2, cell_t len2 ) { cell_t i, result, n, diff;