2005-05-19
2005-05-19 22:35:40 by Martin Stjernholm <mast@lysator.liu.se>
-
2d76f25b41ffe54b59ae54311e50cd18efd40ad8
(6 lines)
(+4/-2)
[
Show
| Annotate
]
Branch: 7.9
Fixed various type errors for 64 bit architectures and other warnings. (Most
are in harmless debug messages, but anyway..)
Rev: src/array.c:1.181
Rev: src/backend.cmod:1.175
Rev: src/builtin_functions.c:1.599
Rev: src/code/bytecode.h:1.11
Rev: src/encode.c:1.228
Rev: src/gc.c:1.270
Rev: src/interpret_functions.h:1.184
Rev: src/las.c:1.364
Rev: src/modules/Image/image.c:1.222
Rev: src/modules/Parser/html.c:1.177
Rev: src/modules/_Charset/iso2022.c:1.38
Rev: src/modules/files/file.c:1.351
Rev: src/modules/files/sendfile.c:1.72
Rev: src/modules/spider/xml.c:1.75
Rev: src/modules/system/memory.c:1.34
Rev: src/object.c:1.267
Rev: src/peep.c:1.106
Rev: src/pike_types.c:1.247
Rev: src/post_modules/Shuffler/a_source_system_memory.c:1.12
Rev: src/post_modules/Shuffler/b_source_normal_file.c:1.14
Rev: src/program.c:1.588
Rev: src/rbtree.c:1.25
Rev: src/threads.c:1.244
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: builtin_functions.c,v 1.598 2005/05/08 11:15:24 nilsson Exp $
+ || $Id: builtin_functions.c,v 1.599 2005/05/19 22:35:25 mast Exp $
*/
#include "global.h"
2190: Inside #if defined(PIKE_DEBUG)
#ifdef PIKE_DEBUG
if (j != len) {
- Pike_fatal("utf8_to_string(): Calculated and actual lengths differ: %d != %d\n",
+ Pike_fatal("utf8_to_string(): Calculated and actual lengths differ: "
+ "%"PRINTPTRDIFFT"d != %"PRINTPTRDIFFT"d\n",
len, j);
}
#endif /* PIKE_DEBUG */