From a6dd8c66cfbf3ae22607ce84b62d89399a161ac5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Ro=C3=9F?= Date: Thu, 26 Jul 2012 20:42:18 +0200 Subject: [PATCH] Fixed path to utf8testout.xml. --- xmltest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmltest.cpp b/xmltest.cpp index ace309f..81018aa 100644 --- a/xmltest.cpp +++ b/xmltest.cpp @@ -427,7 +427,7 @@ int main( int /*argc*/, const char ** /*argv*/ ) #pragma warning ( push ) #pragma warning ( disable : 4996 ) // Fail to see a compelling reason why this should be deprecated. #endif - FILE* saved = fopen( "resources/utf8testout.xml", "r" ); + FILE* saved = fopen( "resources/out/utf8testout.xml", "r" ); FILE* verify = fopen( "resources/utf8testverify.xml", "r" ); #if defined(_MSC_VER) #pragma warning ( pop )