diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-10-13 02:29:33 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-10-13 02:29:33 +0100 |
| commit | 1e51605c2e235aed0debe80216755b51b2fec17c (patch) | |
| tree | 2a636377aa12e1b5ceac73ac83aa157b53f341c2 /src/lib | |
| parent | 56139fd8f98ad306c32567c4b8070fe7ff18ab1e (diff) | |
OS X debugging.
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/cross.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/cross.cc b/src/lib/cross.cc index 30a953bb8..30fe887f8 100644 --- a/src/lib/cross.cc +++ b/src/lib/cross.cc @@ -127,8 +127,11 @@ app_contents () } boost::filesystem::path path (buffer); + std::cout << "start " << path << "\n"; path.remove_filename (); + std::cout << "then " << path << "\n"; path.remove_filename (); + std::cout << "and then " << path << "\n"; return path; } #endif |
