mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[spidermonkey] usnigned char -> char in naviagator.c
This commit is contained in:
parent
b8a35ee7aa
commit
e3639745fc
@ -187,7 +187,7 @@ navigator_get_property_userAgent(JSContext *ctx, unsigned int argc, JS::Value *v
|
||||
|
||||
if (*optstr && strcmp(optstr, " ")) {
|
||||
char *ustr, ts[64] = "";
|
||||
static unsigned char custr[256];
|
||||
static char custr[256];
|
||||
/* TODO: Somehow get the terminal in which the
|
||||
* document is actually being displayed. */
|
||||
struct terminal *term = get_default_terminal();
|
||||
|
Loading…
Reference in New Issue
Block a user