From 93a148a78b577ced2cfaebdbe1659e3ecc58c4aa Mon Sep 17 00:00:00 2001 From: Michael Larson Date: Mon, 7 Jul 2008 12:05:27 -0700 Subject: fix for bug 3216. added no escape option to push path for environmental path variable. note this is appied to all c code access to the edit env variable. --- src/cli_objects.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cli_objects.c') diff --git a/src/cli_objects.c b/src/cli_objects.c index 8f0f6fe..8685c6a 100644 --- a/src/cli_objects.c +++ b/src/cli_objects.c @@ -243,7 +243,7 @@ void init_edit() slashp = strchr(scanp, '/'); if (slashp) *slashp = 0; - push_path(&m_path, scanp); + push_path_no_escape(&m_path, scanp); if (slashp) { *slashp = '/'; scanp = slashp+1; -- cgit v1.2.3