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

[TSVN] possibly code issue

From: Martin Eckardt <Martin.Eckardt_at_micronova.de>
Date: 2004-08-03 08:50:48 CEST

Hi Steve,
i just reviewed the code in revision 1493 a bit. You added the
possibility to add the log message to the commuit dialog in
TortoiseProc.cpp.

My question does this code really work? You set logmessage, but nowhere
you set logmsg that is used in the dialog and later in the code.

            CString logmsg = logmessage;
            if (parser.HasKey(_T("logmsg")))
            {
                logmessage = parser.GetVal(_T("logmsg"));
            }
            if (!logmsg.IsEmpty())
                dlg.m_sLogMessage = logmsg;

If I'm wrong don't worry and blame me.

Have a nice day

-- 
____________________________________________________________
MicroNova electronic GmbH
Martin Eckardt
Zentrale Entwicklungsdienste
Unterfeldring 17
D-85256 Vierkirchen
Tel.:	(08139) 93 00-65
Fax.:	(08139) 93 00-80
E-Mail:	Martin.Eckardt@micronova.de
WWW:	http://www.micronova.de
____________________________________________________________
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Tue Aug 3 10:00:20 2004

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.