From 50813b0e99321ba5c60ea4bc8c16d19519801446 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Fri, 12 Sep 2014 13:48:28 +0200 Subject: Rename text_filename to text_filename_get --- vis.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vis.c') diff --git a/vis.c b/vis.c index b2559d7..70b6049 100644 --- a/vis.c +++ b/vis.c @@ -984,7 +984,7 @@ static bool cmd_wq(const char *argv[]) { static bool cmd_write(const char *argv[]) { Text *text = vis->win->text; if (!argv[1]) - argv[1] = text_filename(text); + argv[1] = text_filename_get(text); for (const char **file = &argv[1]; *file; file++) { if (text_save(text, *file)) return false; -- cgit v1.2.3