ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/FeepingCreaturism/Environment.cpp
(Generate patch)

Comparing FeepingCreaturism/Environment.cpp (file contents):
Revision 243 by Douglas Thrift, 2004-09-11T21:27:10-07:00 vs.
Revision 307 by douglas, 2004-12-12T23:07:27-08:00

# Line 13 | Line 13 | ext::String Environment::get(const ext::
13          return value != NULL ? value : "";
14   }
15  
16 < int Environment::set(const ext::String& name, const ext::String& value,
17 <        bool overwrite)
16 > int Environment::set(const ext::String& name, const ext::String& value, bool overwrite)
17   {
18          return ::setenv(name.NullTerminate(), value.NullTerminate(), overwrite);
19   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines