pike.git/
src/
stralloc.c
Branch:
Tag:
Non-build tags
All tags
No tags
2004-11-06
2004-11-06 18:04:46 by Henrik Grubbström (Grubba) <grubba@grubba.org>
5382547913f0a0c820b5ceba845da4cb3fb8dbe8 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Cosmetic fix.
Rev: src/stralloc.c:1.186
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.
185
2004/11/06
17
:
55
:
34
grubba Exp $
+
|| $Id: stralloc.c,v 1.
186
2004/11/06
18
:
04
:
46
grubba Exp $
*/ #include "global.h"
2398:
flags |= APPEND_WIDTH_HALF; continue;
-
case 'w': /* Same as l, but for %s. */
+
case 'w': /* Same as l, but
old-style, and only
for %s. */
case 'l': if (flags & APPEND_WIDTH_LONG) { flags |= APPEND_WIDTH_LONG_LONG;