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

Comparing HostUpdate/HostUpdate.hpp (file contents):
Revision 15 by Douglas Thrift, 2003-11-09T16:51:42-08:00 vs.
Revision 17 by Douglas Thrift, 2003-11-10T11:08:33-08:00

# Line 39 | Line 39 | inline int mkdir(const char* path)
39   inline string sgetenv(const string& name)
40   {
41          char* value = getenv(name.c_str());
42 <        
42 >
43          return value != NULL ? value : "";
44   }
45  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines