svn commit: r786300 - /xalan/c/trunk/Tests/Dom2Dom/dom2dom.cpp
[email protected] Thu, 18 Jun 2009 21:39:49 -0000
| Newsgroups | gmane.text.xml.xalan.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: dbertoni
Date: Thu Jun 18 21:39:49 2009
New Revision: 786300
URL: http://svn.apache.org/viewvc?rev=786300&view=rev
Log:
Fix for XALANC-692.
Modified:
xalan/c/trunk/Tests/Dom2Dom/dom2dom.cpp
Modified: xalan/c/trunk/Tests/Dom2Dom/dom2dom.cpp
URL: http://svn.apache.org/viewvc/xalan/c/trunk/Tests/Dom2Dom/dom2dom.cpp?rev=786300&r1=786299&r2=786300&view=diff
==============================================================================
--- xalan/c/trunk/Tests/Dom2Dom/dom2dom.cpp (original)
+++ xalan/c/trunk/Tests/Dom2Dom/dom2dom.cpp Thu Jun 18 21:39:49 2009
@@ -144,7 +144,7 @@
// Get the rest of the arguments in any order.
for (int i = 2; i < argc && fSuccess == true; ++i)
{
- if(!stricmp("-out", argv[i]))
+ if(!strcmp("-out", argv[i]))
{
++i;
if(i < argc && argv[i][0] != '-')