Fixed compilation issue for CGI and libFCGI connector
due to recent changes in interface (use READABLE_STRING_8)
This commit is contained in:
@@ -49,7 +49,7 @@ feature -- FCGI connection
|
||||
|
||||
feature -- FCGI output
|
||||
|
||||
put_string (a_str: STRING)
|
||||
put_string (a_str: READABLE_STRING_8)
|
||||
-- Put `a_str' on the FastCGI stdout.
|
||||
do
|
||||
io.put_string (a_str)
|
||||
|
||||
@@ -67,7 +67,7 @@ feature -- FCGI Connection
|
||||
|
||||
feature -- FCGI output
|
||||
|
||||
put_string (a_str: STRING)
|
||||
put_string (a_str: READABLE_STRING_8)
|
||||
-- Put `a_str' on the FastCGI stdout.
|
||||
local
|
||||
l_c_str: C_STRING
|
||||
|
||||
@@ -126,7 +126,7 @@ feature -- FCGI connection
|
||||
|
||||
feature -- FCGI output
|
||||
|
||||
put_string (a_str: STRING)
|
||||
put_string (a_str: READABLE_STRING_8)
|
||||
-- Put `a_str' on the FastCGI stdout.
|
||||
local
|
||||
l_c_str: C_STRING
|
||||
|
||||
Reference in New Issue
Block a user