summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/url.c
diff options
context:
space:
mode:
Diffstat (limited to 'mdk-stage1/url.c')
-rw-r--r--mdk-stage1/url.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/url.c b/mdk-stage1/url.c
index 236782a50..ada5696cd 100644
--- a/mdk-stage1/url.c
+++ b/mdk-stage1/url.c
@@ -142,7 +142,7 @@ static int ftp_command(int sock, char * command, char * param)
strcat(buf, "\r\n");
- if (write(sock, buf, strlen(buf)) != strlen(buf)) {
+ if (write(sock, buf, strlen(buf)) != (ssize_t)strlen(buf)) {
return FTPERR_SERVER_IO_ERROR;
}
tle='2004-02-19 23:07:45 +0000'>2004-02-191-1/+1 | * *** empty log message ***Pascal Rigaux2004-02-191-1/+40 | * use $ugtk2::current_window in place of @interactive::objects (which was ↵Pascal Rigaux2004-02-192-8/+9 | | | | | | | unused and broken) => fix XSetInputFocus (bugzilla #8046 and #8053) * UpdatedArkadiusz Lipiec2004-02-191-14459/+16604 | * updated pot filePablo Saratxaga2004-02-1927-357468/+450095 | * updated pot filePablo Saratxaga2004-02-19