Mercurial > gftp.yaz
diff ChangeLog @ 826:92ba2b1e144a
2006-10-15 Brian Masney <masneyb@gftp.org>
* lib/protocols.c (gftp_get_all_subdirs) - use S_ISDIR macro instead of
checking the bitmask against S_IFDIR.
author | masneyb |
---|---|
date | Sun, 15 Oct 2006 16:25:01 +0000 |
parents | 73e9842e7097 |
children | 251682017c97 |
line wrap: on
line diff
--- a/ChangeLog Sun Oct 15 16:16:58 2006 +0000 +++ b/ChangeLog Sun Oct 15 16:25:01 2006 +0000 @@ -1,4 +1,7 @@ 2006-10-15 Brian Masney <masneyb@gftp.org> + * lib/protocols.c (gftp_get_all_subdirs) - use S_ISDIR macro instead of + checking the bitmask against S_IFDIR. + * src/uicommon/gftpui.c - split the code that transfers files into smaller functions. @@ -3613,7 +3616,7 @@ * cvsclean - added this script - * *.[ch] - added $Id: ChangeLog,v 1.480 2006/10/15 16:16:52 masneyb Exp $ tags + * *.[ch] - added $Id: ChangeLog,v 1.481 2006/10/15 16:25:00 masneyb Exp $ tags * debian/* - updated files from Debian maintainer