pike.git/
lib/
master.pike.in
Branch:
Tag:
Non-build tags
All tags
No tags
2004-01-12
2004-01-12 23:47:52 by Martin Nilsson <mani@lysator.liu.se>
d4855ba8daf57a9bf88e0c0461b80bb8c5705219 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed the fix
Rev: lib/master.pike.in:1.332
6:
// Pike is distributed under GPL, LGPL and MPL. See the file COPYING // for more information. //
-
// $Id: master.pike.in,v 1.
331
2004/01/12 23:
37
:
07
nilsson Exp $
+
// $Id: master.pike.in,v 1.
332
2004/01/12 23:
47
:
52
nilsson Exp $
#pike __REAL_VERSION__
3340:
} else if(arrayp(tmp)) {
-
if(sprintf("%t",tmp)) {
+
if(sprintf("%t",tmp)
=="object"
) {
// tmp is backtrace_frame desc->identify_parts( tmp->args ); }