finished binkp escaped filenames

This commit is contained in:
Michiel Broek 2003-05-13 21:07:40 +00:00
parent d1eb31dceb
commit 2a4d4c90ec
2 changed files with 2 additions and 1 deletions

View File

@ -14,6 +14,7 @@ v0.37.4 10-May-2003
mbcico:
The binkp transmitter does now escape the unsafe filename
characters.
The binkp receiver now does process escaped filenames.
v0.37.3 09-Apr-2003 - 10-May-2003

View File

@ -1302,7 +1302,7 @@ int binkp_batch(file_list *to_send, int role)
Syslog('+', "Binkp: receive file \"%s\" date %s size %ld offset %ld",
rname, date(rtime), rsize, roffs);
(void)binkp2unix(rname);
rxfp = openfile(rname, rtime, rsize, &rxbytes, resync);
rxfp = openfile(binkp2unix(rname), rtime, rsize, &rxbytes, resync);
gettimeofday(&rxtvstart, &tz);
rxpos = 0;
rxcrc = 0xffffffff;