diff -r e657008f43d0 -r da1a8186f86f stage4/stage4.cc --- a/stage4/stage4.cc Thu Jul 02 11:26:25 2009 +0100 +++ b/stage4/stage4.cc Thu Aug 27 16:06:46 2009 +0100 @@ -157,6 +157,8 @@ #endif return NULL; } + + void *stage4out_c::printlocation(std::string str) { return printlocation(str.c_str()); }