diff options
author | Marcus Boerger <helly@php.net> | 2008-02-07 12:47:44 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2008-02-07 12:47:44 +0000 |
commit | 45e6d1e33366cdf2e4237bcb6641fa0b49802130 (patch) | |
tree | 2f6ebab95968f752a93498242585d135c48da044 /main/spprintf.h | |
parent | 3493b0734d9e2065beeb252c214eb7bf91102eb1 (diff) | |
download | php-git-45e6d1e33366cdf2e4237bcb6641fa0b49802130.tar.gz |
- MFH WS
Diffstat (limited to 'main/spprintf.h')
-rw-r--r-- | main/spprintf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/spprintf.h b/main/spprintf.h index b3a0481a8d..f296eacf5e 100644 --- a/main/spprintf.h +++ b/main/spprintf.h @@ -18,7 +18,7 @@ /* $Id$ */ -/* +/* The pbuf parameter of all spprintf version receives a pointer to the allocated buffer. This buffer must be freed manually after usage using efree() function. |