summaryrefslogtreecommitdiff
path: root/dpi/ftp.c
diff options
context:
space:
mode:
Diffstat (limited to 'dpi/ftp.c')
-rw-r--r--dpi/ftp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dpi/ftp.c b/dpi/ftp.c
index 139444c9..666a6761 100644
--- a/dpi/ftp.c
+++ b/dpi/ftp.c
@@ -187,7 +187,7 @@ static int try_ftp_transfer(char *url)
int DataPipe[2];
if (pipe(DataPipe) < 0) {
- MSG("pipe, %s\n", strerror(errno));
+ MSG("pipe, %s\n", dStrerror(errno));
return 0;
}