diff options
| author | Jilles Tjoelker <jilles@FreeBSD.org> | 2009-12-27 18:04:05 +0000 |
|---|---|---|
| committer | Jilles Tjoelker <jilles@FreeBSD.org> | 2009-12-27 18:04:05 +0000 |
| commit | 384aedab5807fb0ed022a80b92ac70a9cd18339f (patch) | |
| tree | 460140e6f2859387224bc3cf5cc7148cf75b3745 /bin/sh/mystring.c | |
| parent | 5cb5104246dbcf696aa8647fded889f97728780f (diff) | |
Notes
Diffstat (limited to 'bin/sh/mystring.c')
| -rw-r--r-- | bin/sh/mystring.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sh/mystring.c b/bin/sh/mystring.c index 6eaacb35dc9b8..53d703d55b59c 100644 --- a/bin/sh/mystring.c +++ b/bin/sh/mystring.c @@ -108,7 +108,7 @@ int number(const char *s) { if (! is_number(s)) - error("Illegal number: %s", (char *)s); + error("Illegal number: %s", s); return atoi(s); } |
