diff options
| author | Marcus Boerger <helly@php.net> | 2007-03-06 01:00:51 +0000 |
|---|---|---|
| committer | Marcus Boerger <helly@php.net> | 2007-03-06 01:00:51 +0000 |
| commit | 638ffdb477be5cb642ec38cd6bda369d5d5548f7 (patch) | |
| tree | 02034d49a3817effcc7b9f69831fd1551ae88fe6 /ext/mbstring | |
| parent | 03bccc1b15f0d78c0fbc3086f5fd152e969a40ec (diff) | |
| download | php-git-638ffdb477be5cb642ec38cd6bda369d5d5548f7.tar.gz | |
- There you go
Diffstat (limited to 'ext/mbstring')
| -rw-r--r-- | ext/mbstring/oniguruma/regposerr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mbstring/oniguruma/regposerr.c b/ext/mbstring/oniguruma/regposerr.c index ca09f2f4fe..38f8ed55a0 100644 --- a/ext/mbstring/oniguruma/regposerr.c +++ b/ext/mbstring/oniguruma/regposerr.c @@ -76,7 +76,7 @@ regerror(int posix_ecode, const regex_t* reg, char* buf, size_t size) s = ""; } else { - sprintf(tbuf, sizeof(tbuf), "undefined error code (%d)", posix_ecode); + sprintf(tbuf, "undefined error code (%d)", posix_ecode); s = tbuf; } |
