pike.git/
src/
stralloc.c
Branch:
Tag:
Non-build tags
All tags
No tags
2009-04-10
2009-04-10 11:43:57 by Henrik Grubbström (Grubba) <grubba@grubba.org>
34f38ee71709c351be99c96dc9e39f9dbce08f49 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed typo.
Rev: src/stralloc.c:1.236
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.
235
2009/04/10 11:
41
:
39
grubba Exp $
+
|| $Id: stralloc.c,v 1.
236
2009/04/10 11:
43
:
57
grubba Exp $
*/ #include "global.h"
2558:
} string_builder_putchar(buf, ch); } else {
-
ctrl_char:
+
p_wchar2 next_ch;
-
+
ctrl_char:
/* Control character. */ string_builder_putchar(buf, '\\'); if ((ch > 6) && (ch < 14)) {