diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-04-14 23:40:15 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-04-14 23:40:15 +0100 |
| commit | 3b85509d3bda75c2402327fbbe55ad008c57df71 (patch) | |
| tree | a9ddb2042bdbbc9fd5a737a0daba1b7c4bf1c77a /src/tools | |
| parent | aa3c4f99bc31ed85262031bc347a75361f93eb09 (diff) | |
Try to fix path.
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/dvdomatic.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/dvdomatic.cc b/src/tools/dvdomatic.cc index 3628fd450..6c7da4610 100644 --- a/src/tools/dvdomatic.cc +++ b/src/tools/dvdomatic.cc @@ -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", std::ios::app); f << "Hello.\n"; if (Config::instance()->language()) { |
