pike.git/
src/
operators.c
Branch:
Tag:
Non-build tags
All tags
No tags
1995-08-21
1995-08-21 15:20:22 by David Hedbor <david@hedbor.org>
9081335c0360b3c3bf0092a386f8086ae2710986 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
branches/E-12
foo
Rev: src/operators.c:1.2
122:
break; case T_INT:
-
sprintf(buf,"%ld",sp[e].u.integer);
+
sprintf(buf,"%ld",
(long)
sp[e].u.integer);
buf+=strlen(buf); break;