- slprintf() takes sizeof(buf) not sizeof(buf)-1
authorAndrew Tridgell <tridge@samba.org>
Sat, 5 Dec 1998 01:55:37 +0000 (01:55 +0000)
committerAndrew Tridgell <tridge@samba.org>
Sat, 5 Dec 1998 01:55:37 +0000 (01:55 +0000)
commit241fc706a9f41e1f3168d99d51e6a5d746275867
tree5d9ca9ed88ca3b6c876231f4dad6f67dbf831d1c
parent7fadb4bc58bfdd9915f3982657c849be2c99eac7
- slprintf() takes sizeof(buf) not sizeof(buf)-1
- fixed incorrect format string in rename error
rsync.c