aboutsummaryrefslogtreecommitdiff
path: root/src/method.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/method.c')
-rw-r--r--src/method.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/method.c b/src/method.c
index ec8e01c..d5ad0b4 100644
--- a/src/method.c
+++ b/src/method.c
@@ -213,9 +213,9 @@ method_quote_string (struct access_method *method, void *handle,
if (mp->quote)
return mp->quote (method, handle, input, poutput, psize);
- size = argcv_quoted_length (input, &quote);
+ size = wordsplit_quoted_length (input, 0, &quote);
output = xmalloc (size + 1);
- argcv_quote_copy (output, input);
+ wordsplit_quote_copy (output, input, 0);
output[size] = 0;
*poutput = output;

Return to:

Send suggestions and report system problems to the System administrator.