mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-15 12:40:35 +00:00
Fix typo
This commit is contained in:
parent
835cf3b11e
commit
046a24e0ca
@ -1603,7 +1603,7 @@ void *ftpthread(void *arg)
|
||||
" --glob=off --passive-ftp " + std::string(proxyopt) + "s-t 1 -T " + std::to_string(FTP_TIMEOUT) +
|
||||
" -O \"" + std::string(local) + "\"";
|
||||
int k = s_aux.length();
|
||||
if (k < 1024])
|
||||
if (k < 1024)
|
||||
for (int i = 0; i < k; i++) opt[i] = s_aux[i];
|
||||
|
||||
// sprintf(cmd, "%s%s %s \"ftp://%s/%s\" 2> \"%s\"\n", env, FTP_CMD, opt, ftp->addr,
|
||||
|
Loading…
Reference in New Issue
Block a user