Fixed C&P error.

This commit is contained in:
Oliver Schmidt 2015-12-03 09:09:21 +01:00
parent 9d4553ee08
commit 7288a364b0
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ PROCESS_THREAD(wget_process, ev, data)
puts(url);
} else {
fgets(url, sizeof(url), stdin);
name[strlen(url) - 1] = 0;
url[strlen(url) - 1] = 0;
}
fputs("Save as:", stdout);
if(contiki_argc > 2) {