ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/proj/trunk/Spectre/Maker.cpp
(Generate patch)

Comparing trunk/Spectre/Maker.cpp (file contents):
Revision 175 by douglas, 2003-06-23T21:33:14-07:00 vs.
Revision 176 by douglas, 2003-07-05T17:36:35-07:00

# Line 8 | Line 8
8  
9   void Maker::make()
10   {
11 +        if (!good) return;
12 +
13          samba();
14  
15          struct stat dir;
# Line 171 | Line 173 | void Maker::samba(ipstream& pin)
173          }
174   }
175  
174 void Maker::strip(char* name)
175 {
176        for (unsigned index = strlen(name); index > 0; index--)
177        {
178                if (name[index - 1] == ' ')
179                {
180                        name[index - 1] = '\0';
181                }
182                else
183                {
184                        break;
185                }
186        }
187 }
188
176   void Maker::make(const string& folder, const string& user)
177   {
178          struct stat dir;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines