pike.git/
src/
stralloc.c
Branch:
Tag:
Non-build tags
All tags
No tags
2004-11-05
2004-11-05 16:00:49 by Henrik Grubbström (Grubba) <grubba@grubba.org>
3c7d573652582d86b8c64dd62c6403159f767c6f (
4
lines) (+
3
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Bugfix.
Rev: src/stralloc.c:1.170
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.
169
2004/11/05
15
:
23
:
15
grubba Exp $
+
|| $Id: stralloc.c,v 1.
170
2004/11/05
16
:
00
:
49
grubba Exp $
*/ #include "global.h"
2300:
Pike_fatal("string_builder_vsprintf(): Invalid formatting method: " "'%c' 0x%x.\n", *fmt, *fmt); }
+
fmt++;
} else { const char *start = fmt; while (*fmt && (*fmt != '%'))