Regularise some fatal messages.

This commit is contained in:
Nicholas Marriott
2009-09-20 14:58:12 +00:00
parent 63d499f480
commit 273f1b385c
9 changed files with 16 additions and 16 deletions

View File

@ -480,7 +480,7 @@ window_pane_spawn(struct window_pane *wp, const char *cmd, const char *shell,
ws.ws_row = screen_size_y(&wp->base);
if (gettimeofday(&wp->window->name_timer, NULL) != 0)
fatal("gettimeofday");
fatal("gettimeofday failed");
tv.tv_sec = 0;
tv.tv_usec = NAME_INTERVAL * 1000L;
timeradd(&wp->window->name_timer, &tv, &wp->window->name_timer);