TortoiseMerge
From: Graham Bloice <graham.bloice_at_trihedral.com>
Date: 2006-02-01 16:04:23 CET
When viewing a diff the diff highlighter widget at the bottom of the
The original line was:
" else if (pbv->getValid()) {"
The modified line was:
" else if (pbv != NULL && pbv->getValid()) {"
The highlighter widget had the following portion of both lines in light
"pbv->getValid()) {"
and the following portion in the modified line in yellow:
" != NULL && "
So the actual change was the addition of the "pbv != NULL &&", but the
Please CC me on any replies.
Regards,
Graham Bloice
---------------------------------------------------------------------
|
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.