diff options
author | Tiago Cunha <tcunha@gmx.com> | 2009-09-20 22:11:27 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2009-09-20 22:11:27 +0000 |
commit | 3266fb5441e99c809ee56806a0eb8d113a4d099f (patch) | |
tree | f52c08a3d9aed0b3861348f4a20f8ddf21e4e99d /names.c | |
parent | ab967724365e8210ad51bbaa8b2c2d28f548e188 (diff) | |
download | rtmux-3266fb5441e99c809ee56806a0eb8d113a4d099f.tar.gz rtmux-3266fb5441e99c809ee56806a0eb8d113a4d099f.tar.bz2 rtmux-3266fb5441e99c809ee56806a0eb8d113a4d099f.zip |
Sync OpenBSD patchset 332:
Regularise some fatal messages.
Diffstat (limited to 'names.c')
-rw-r--r-- | names.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -/* $Id: names.c,v 1.15 2009-09-02 01:02:44 tcunha Exp $ */ +/* $Id: names.c,v 1.16 2009-09-20 22:11:27 tcunha Exp $ */ /* * Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net> @@ -36,7 +36,7 @@ set_window_names(void) struct timeval tv, tv2; if (gettimeofday(&tv, NULL) != 0) - fatal("gettimeofday"); + fatal("gettimeofday failed"); for (i = 0; i < ARRAY_LENGTH(&windows); i++) { w = ARRAY_ITEM(&windows, i); |