Fixed missing / bug

git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@45 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
magmaikh 2002-09-08 22:43:44 +00:00
parent 72e10284d7
commit f355bb6a68

View file

@ -29,7 +29,7 @@ int main(int argc, char* argv[])
{
if(argc < 2)
{
cout <<"Usage: <Header List> [Version/Vender List]"<<endl;
cout <<"Usage: <Header List> [Version/Vendor List]"<<endl;
return -1;
}
@ -126,7 +126,7 @@ int main(int argc, char* argv[])
{
header_file << "#\telif " << it->version_test << endl;
//header_file << "#\t\tinclude \".\\" << it->subdir;
header_file << "#\t\tinclude \"." << it->subdir;
header_file << "#\t\tinclude \"./" << it->subdir;
//header_file << "\\" << header << "\"\n";
header_file << "/" << header << "\"\n";
}