ossp-pkg/act/act_str.c 1.3 -> 1.4
--- act_str.c 2002/01/02 17:05:53 1.3
+++ act_str.c 2003/01/06 12:10:58 1.4
@@ -1,9 +1,10 @@
-/*
-** Act - Abstract Container Type Library
-** Copyright (c) 1999-2002 Ralf S. Engelschall <rse@engelschall.com>
+/*
+** OSSP act - Abstract Container Types
+** Copyright (c) 1999-2003 Ralf S. Engelschall <rse@engelschall.com>
+** Copyright (c) 1999-2003 The OSSP Project <http://www.ossp.org/>
**
-** This file is part of Act, a library for dealing with Abstract
-** Container Types which can be found at http://www.ossp.org/pkg/act/.
+** This file is part of OSSP act, an abstract container type library
+** which can be found at http://www.ossp.org/pkg/lib/act/.
**
** Permission to use, copy, modify, and distribute this software for
** any purpose with or without fee is hereby granted, provided that
@@ -652,9 +653,9 @@
intern int
act_vsnprintf(
- char *str,
- size_t count,
- const char *fmt,
+ char *str,
+ size_t count,
+ const char *fmt,
va_list args)
{
size_t retlen;
|
|