pike.git/
src/
stralloc.c
Branch:
Tag:
Non-build tags
All tags
No tags
2004-11-06
2004-11-06 17:34:02 by Henrik Grubbström (Grubba) <grubba@grubba.org>
8a2cd60804c39c6fd2bfd2bea6b12fc979688fd3 (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
Cosmetic fixes.
Rev: src/stralloc.c:1.184
2:
|| This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information.
-
|| $Id: stralloc.c,v 1.
183
2004/11/06 17:
28
:
22
grubba Exp $
+
|| $Id: stralloc.c,v 1.
184
2004/11/06 17:
34
:
02
grubba Exp $
*/ #include "global.h"
2407:
case 'O': {
-
/* FIXME: Doesn't care about field widths yet. */
+
/* FIXME: Doesn't care about field
or integer
widths yet. */
dynamic_buffer old_buf; init_buf(&old_buf); describe_svalue(va_arg(args, struct svalue *), 0, NULL);
2458:
} break; case 'c':
-
/* FIXME: Doesn't
case
about field widths yet. */
+
/* FIXME: Doesn't
care
about field
or integer
widths yet. */
string_builder_putchar(s, va_arg(args, int)); break; case 'b':