NetBSD compile cleanups

This commit is contained in:
Michiel Broek
2004-03-30 20:50:24 +00:00
parent fb6348bd38
commit d0c085aa94
2 changed files with 3 additions and 3 deletions

View File

@@ -1259,7 +1259,7 @@ Mfunc(f_strlen)
ArgCount(1, 1);
Sarg(str, 0);
Rint(strlen(str));
Rint((int)strlen(str));
}
/* @(STRSTR,<str1>,<str2>) -- Find a substring in a string */