New makefile

This commit is contained in:
David Anderson
2005-08-02 08:12:47 +00:00
parent 70bff9c430
commit 686dadc9c5
3 changed files with 49 additions and 261 deletions

View File

@ -278,7 +278,10 @@ public:
String substr(unsigned int index, int num = npos)
{
if (!v)
return String("");
{
String b("");
return b;
}
String ns;