[Box Backup-dev] Re: [Box Backup-commit] COMMIT r1017 - box/chris/general/lib/common
Chris Wilson
boxbackup-dev@fluffy.co.uk
Sat, 14 Oct 2006 00:11:14 +0100 (BST)
Hi James,
I think the trac-svn integration is broken. Placing "refs #3" into a
commit message is no longer enough to add it to the relevant ticket.
Cheers, Chris.
On Sat, 14 Oct 2006 subversion@fluffy.co.uk wrote:
> Author: chris
> Date: 2006-10-14 00:07:53 +0100 (Sat, 14 Oct 2006)
> New Revision: 1017
>
> Modified:
> box/chris/general/lib/common/FileStream.cpp
> Log:
> * Simplify code (refs #3)
>
>
> Modified: box/chris/general/lib/common/FileStream.cpp
> ===================================================================
> --- box/chris/general/lib/common/FileStream.cpp 2006-10-13 23:03:23 UTC (rev 1016)
> +++ box/chris/general/lib/common/FileStream.cpp 2006-10-13 23:07:53 UTC (rev 1017)
> @@ -306,15 +306,12 @@
>
> #ifdef WIN32
> if(::CloseHandle(mOSFileHandle) == 0)
> - {
> - THROW_EXCEPTION(CommonException, OSFileCloseError)
> - }
> #else
> if(::close(mOSFileHandle) != 0)
> +#endif
> {
> THROW_EXCEPTION(CommonException, OSFileCloseError)
> }
> -#endif
>
> mOSFileHandle = INVALID_FILE;
> mIsEOF = true;
>
> _______________________________________________
> Boxbackup-commit mailing list
> Boxbackup-commit@fluffy.co.uk
> http://lists.warhead.org.uk/mailman/listinfo/boxbackup-commit
>
>
> !DSPAM:45301c5325412622612952!
>
--
_ ___ __ _
/ __/ / ,__(_)_ | Chris Wilson <0000 at qwirx.com> - Cambs UK |
/ (_/ ,\/ _/ /_ \ | Security/C/C++/Java/Perl/SQL/HTML Developer |
\ _/_/_/_//_/___/ | We are GNU-free your mind-and your software |