ossp-pkg/pth/pth_string.c 1.6 -> 1.7
--- pth_string.c 2002/01/27 11:03:41 1.6
+++ pth_string.c 2002/10/15 20:34:23 1.7
@@ -22,7 +22,7 @@
**
** pth_string.c: Pth replacement string functions
*/
- /* ``A new release is where old bad
+ /* ``A new release is where old bad
assumptions are replaced by new
bad assumptions.'' */
@@ -646,9 +646,9 @@
intern int
pth_vsnprintf(
- char *str,
- size_t count,
- const char *fmt,
+ char *str,
+ size_t count,
+ const char *fmt,
va_list args)
{
size_t retlen;
|
|