[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: uninit. variable in SVNRev.h

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Wed, 21 Apr 2010 18:44:01 +0200

On 21.04.2010 16:17, Першин Юрий Петрович wrote:
> Index: SVNRev.h
>
> ===================================================================
>
> --- SVNRev.h (revision 18101)
>
> +++ SVNRev.h (working copy)
>
> @@ -42,7 +42,7 @@
>
> public:
>
> SVNRev(LONG nRev);
>
> SVNRev(CString sRev);
>
> - SVNRev(svn_opt_revision_t revision) {rev = revision;}
>
> + SVNRev(svn_opt_revision_t revision) {rev =
> revision;m_bIsValid = (rev.kind != svn_opt_revision_unspecified);}
>
> SVNRev(){rev.kind =
> svn_opt_revision_unspecified;m_bIsValid = FALSE;}
>
> ~SVNRev();

Committed in r19304.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=2591768
To unsubscribe from this discussion, e-mail: [dev-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2010-04-21 18:44:04 CEST

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.