Fixed typo.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@617 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -936,7 +936,7 @@ recvrequest(char *cmd, char *local, char *remote, char *lmode, int printnames)
|
|||||||
{
|
{
|
||||||
size_t blocksize = BUFSIZ;
|
size_t blocksize = BUFSIZ;
|
||||||
#ifdef HAVE_ST_BLKSIZE
|
#ifdef HAVE_ST_BLKSIZE
|
||||||
if (fstat(fileno(fout), &st) => 0 && st.st_blksize > 0)
|
if (fstat(fileno(fout), &st) >= 0 && st.st_blksize > 0)
|
||||||
blocksize = st.st_blksize;
|
blocksize = st.st_blksize;
|
||||||
#endif
|
#endif
|
||||||
if (blocksize > bufsize) {
|
if (blocksize > bufsize) {
|
||||||
|
Reference in New Issue
Block a user