From 1e51605c2e235aed0debe80216755b51b2fec17c Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 13 Oct 2013 02:29:33 +0100 Subject: OS X debugging. --- src/lib/cross.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/lib') 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 -- cgit v1.2.3