=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/options-table.c,v retrieving revision 1.64 retrieving revision 1.65 diff -u -r1.64 -r1.65 --- src/usr.bin/tmux/options-table.c 2015/11/11 23:23:33 1.64 +++ src/usr.bin/tmux/options-table.c 2015/11/12 08:19:18 1.65 @@ -1,4 +1,4 @@ -/* $OpenBSD: options-table.c,v 1.64 2015/11/11 23:23:33 nicm Exp $ */ +/* $OpenBSD: options-table.c,v 1.65 2015/11/12 08:19:18 nicm Exp $ */ /* * Copyright (c) 2011 Nicholas Marriott @@ -85,7 +85,7 @@ { .name = "history-file", .type = OPTIONS_TABLE_STRING, - .default_str = NULL + .default_str = "" }, { .name = "message-limit",