comparison src/help.cc @ 5483:d2df058c4319

[project @ 2005-10-05 07:52:10 by dbateman]
author dbateman
date Wed, 05 Oct 2005 07:54:51 +0000
parents ed08548b9054
children 2ff5363a16bd
comparison
equal deleted inserted replaced
5482:6bbfc37975d2 5483:d2df058c4319
555 { 555 {
556 int status = 0; 556 int status = 0;
557 557
558 OSSTREAM cmd_buf; 558 OSSTREAM cmd_buf;
559 559
560 #if __MINGW32__
561 cmd_buf << Vinfo_prog << " --file \"" << Vinfo_file << "\"";
562 #else
560 cmd_buf << "\"" << Vinfo_prog << "\" --file \"" << Vinfo_file << "\""; 563 cmd_buf << "\"" << Vinfo_prog << "\" --file \"" << Vinfo_file << "\"";
564 #endif
561 565
562 std::string directory_name = Vinfo_file; 566 std::string directory_name = Vinfo_file;
563 size_t pos = directory_name.rfind ('/'); 567 size_t pos = directory_name.rfind ('/');
564 568
565 if (pos != NPOS) 569 if (pos != NPOS)