From 9e27a526705bce92ab87a3c975abdab2828810c6 Mon Sep 17 00:00:00 2001 From: manus Date: Fri, 6 Feb 2009 22:45:24 +0000 Subject: [PATCH] To make transition easier, we are preserving `make_from_c' as creation procedure in the STRING classes and therefore we should use it instead of `make_from_c_pointer' that will be obsoleted soon. git-svn-id: https://svn.origo.ethz.ch/eiffelstudio/trunk/Src/library/cURL@77047 8089f293-4706-0410-a29e-feb5c42a2edf --- curl_string.e | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curl_string.e b/curl_string.e index 87ad63c6..5f38934c 100644 --- a/curl_string.e +++ b/curl_string.e @@ -31,7 +31,7 @@ create make_empty, make_filled, make_from_string, - make_from_c_pointer, + make_from_c, make_from_cil note