pike.git/
src/
program.c
Branch:
Tag:
Non-build tags
All tags
No tags
2008-05-01
2008-05-01 20:42:20 by Martin Stjernholm <mast@lysator.liu.se>
194f07aff7b05469b34706db26fb12b41eb344cc (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed a debug printout.
Rev: src/program.c:1.680
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: program.c,v 1.
679
2008/
04
/
26
19
:
04
:
26
grubba
Exp $
+
|| $Id: program.c,v 1.
680
2008/
05
/
01
20
:
42
:
20
mast
Exp $
*/ #include "global.h"
3068:
"%*s ####: Value\n", indent, "", indent, ""); for (d = 0; d < p->num_strings; d++) {
-
fprintf(stderr, "%*s %4d: [%p]\"%s\"(%d characters)\n",
+
fprintf(stderr, "%*s %4d: [%p]\"%s\"(%
"PRINTPTRDIFFT"
d characters)\n",
indent, "", (int)d, p->strings[d], p->strings[d]->str, p->strings[d]->len); }