X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;ds=sidebyside;f=tools%2Fphm2pj.cpp;h=c5fa76ea997a8c4f8b7aa3d248ea2a5ae50a20bc;hb=17769327fd2f5f84a867532c04864864e23f4238;hp=af8e1f9448b6fcbc488d1ff5723fccd5bb2614a2;hpb=1a8b1506dfe6144ad69257e4e6404546890ca963;p=ctsim.git diff --git a/tools/phm2pj.cpp b/tools/phm2pj.cpp index af8e1f9..c5fa76e 100644 --- a/tools/phm2pj.cpp +++ b/tools/phm2pj.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: phm2pj.cpp,v 1.13 2000/11/09 00:12:25 kevin Exp $ +** $Id: phm2pj.cpp,v 1.14 2000/11/22 07:17:06 kevin Exp $ ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License (version 2) as @@ -50,7 +50,7 @@ static struct option phm2pj_options[] = {0, 0, 0, 0} }; -static const char* g_szIdStr = "$Id: phm2pj.cpp,v 1.13 2000/11/09 00:12:25 kevin Exp $"; +static const char* g_szIdStr = "$Id: phm2pj.cpp,v 1.14 2000/11/22 07:17:06 kevin Exp $"; void @@ -299,7 +299,7 @@ phm2pj_main (int argc, char* argv[]) if (opt_verbose) { ostringstream os; pjGlobal.printScanInfo(os); - cout << os; + cout << os.str(); } Projections pjLocal (scanner);