|
|
| version 1.89, 2001/11/09 11:59:13 | version 1.90, 2001/11/09 12:09:53 |
|---|---|
| Line 84 static void _double(Request& r, const St | Line 84 static void _double(Request& r, const St |
| Temp_lang temp_lang(r, String::UL_PASS_APPENDED); | Temp_lang temp_lang(r, String::UL_PASS_APPENDED); |
| char *buf=format(pool, r.self->as_double(), | char *buf=format(pool, r.self->as_double(), |
| r.process(fmt).as_string().cstr(String::UL_UNSPECIFIED)); | r.process(fmt).as_string().cstr(String::UL_UNSPECIFIED, r.connection)); |
| String result(pool); | String result(pool); |
| result.APPEND_CLEAN(buf, 0, | result.APPEND_CLEAN(buf, 0, |