Fix path.
authorCarl Hetherington <cth@carlh.net>
Sun, 14 Apr 2013 14:57:10 +0000 (15:57 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 14 Apr 2013 14:57:10 +0000 (15:57 +0100)
src/tools/dvdomatic.cc

index 3628fd4506e122f798b61eb986ae4370a165b84a..fda784048f83e5f3d485ea5b036ab9fa3552c573 100644 (file)
@@ -460,7 +460,7 @@ setup_i18n ()
 {
        int language = wxLANGUAGE_DEFAULT;
 
-       ofstream f ("c:/users/carl/foo", std::ios::app);
+       ofstream f ("c:/users/carl hetherington/foo", ios::app);
        f << "Hello.\n";
 
        if (Config::instance()->language()) {