Branch: Tag:

2004-11-12

2004-11-12 13:45:30 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Updated use of Pike_error().

Rev: src/builtin.cmod:1.173
Rev: src/cpp.c:1.151
Rev: src/dynamic_load.c:1.86
Rev: src/encode.c:1.224
Rev: src/interpret.c:1.359
Rev: src/modules/Gmp/mpf.cmod:1.30
Rev: src/modules/Postgres/postgres.c:1.40
Rev: src/modules/_Image_FreeType/freetype.c:1.25
Rev: src/modules/files/efuns.c:1.153
Rev: src/modules/files/file.c:1.332
Rev: src/object.c:1.259
Rev: src/operators.c:1.199
Rev: src/post_modules/SDL/SDL.cmod:1.27
Rev: src/post_modules/SQLite/sqlite.cmod:1.14
Rev: src/post_modules/_ADT/circular_list.cmod:1.15
Rev: src/post_modules/_ADT/sequence.cmod:1.14
Rev: src/signal_handler.c:1.311

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.cmod,v 1.172 2004/10/28 12:51:53 grubba Exp $ + || $Id: builtin.cmod,v 1.173 2004/11/12 12:57:38 grubba Exp $   */      #include "global.h"
1727:    o_cast_to_int( );    return;    } -  Pike_error("Cannot cast to %s\n", type->str ); +  Pike_error("Cannot cast to %S\n", type);    }       /*! @decl String.Buffer `+( string what )