From 58e0045791b62f309066e446a314cd26bc277a8b Mon Sep 17 00:00:00 2001 From: Jorge Arellano Cid Date: Fri, 2 Jan 2009 19:18:06 -0300 Subject: Ensure that the dlib dStr* functions are used everywhere. --- dpi/ftp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dpi/ftp.c') 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; } -- cgit v1.2.3