blob: e0cc7c3de8802b0d6a97dd31800002bb51bec1d1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- tpexpr.cxx.old Sat Feb 12 17:24:29 2000
+++ tpexpr.cxx Sat Feb 12 17:24:41 2000
@@ -170,7 +170,7 @@
if (!e->is_parameter() && (base == 0 || base == 1)) {
t->prepend(dprintf("items(%.*s", n, "****************"));
t->copy(e->f_tkn, e->l_tkn);
- t->prepend(base == 0 ? ")-1" : ")");
+ t->prepend(base == 0 ? (char *) ")-1" : (char *) ")");
} else {
if (high == NULL) {
assert(high_expr != NULL);
|