mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-03 09:44:24 +03:00
Clear extraneous text when done..
svn path=/trunk/netsurf/; revision=12324
This commit is contained in:
parent
034ac2e7f7
commit
cf25f54364
@ -242,8 +242,8 @@ void content_update_status(struct content *c)
|
|||||||
} else {
|
} else {
|
||||||
unsigned int time = c->time;
|
unsigned int time = c->time;
|
||||||
snprintf(c->status_message, sizeof (c->status_message),
|
snprintf(c->status_message, sizeof (c->status_message),
|
||||||
"%s (%.1fs) %s", messages_get("Done"),
|
"%s (%.1fs)", messages_get("Done"),
|
||||||
(float) time / 100, c->sub_status);
|
(float) time / 100);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* LOG(("%s", c->status_message)); */
|
/* LOG(("%s", c->status_message)); */
|
||||||
|
Loading…
Reference in New Issue
Block a user