From 72cfdbbb4e75faeb9a795c04d8606a322cea7f56 Mon Sep 17 00:00:00 2001 From: Siteshwar Vashisht Date: Thu, 12 Jan 2012 23:11:07 +0530 Subject: Modified input.cpp, output.cpp to use env_get_string() --- output.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'output.h') diff --git a/output.h b/output.h index 0c8faa4b..896e40fe 100644 --- a/output.h +++ b/output.h @@ -154,7 +154,7 @@ int (*output_get_writer())(char) ; /** Set the terminal name */ -void output_set_term( wchar_t *term ); +void output_set_term( const wchar_t *term ); /** Return the terminal name */ -- cgit v1.2.3