mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-22 20:16:54 +03:00
Remove unreachable safty net.
This commit is contained in:
parent
441e0dcbed
commit
f814debfe2
@ -93,7 +93,7 @@ static nserror hotlist_create_treeview_field_visits_data(
|
||||
|
||||
e->data[HL_LAST_VISIT].field = hl_ctx.fields[HL_LAST_VISIT].field;
|
||||
e->data[HL_LAST_VISIT].value = last_visited2;
|
||||
e->data[HL_LAST_VISIT].value_len = (last_visited2 != NULL) ? 24 : 0;
|
||||
e->data[HL_LAST_VISIT].value_len = 24;
|
||||
|
||||
/* Visits */
|
||||
len = snprintf(buffer, 16, "%u", data->visits);
|
||||
|
Loading…
Reference in New Issue
Block a user