Changeset 1186 for trunk/lib/Node.cc


Ignore:
Timestamp:
Aug 28, 2010, 12:13:37 AM (13 years ago)
Author:
Peter Johansson
Message:

using errno_error. closes #410

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/Node.cc

    r1137 r1186  
    6363
    6464    struct stat nodestat;                // C api from sys/stat.h
    65     lstat(path.c_str(),&nodestat);   // C api from sys/stat.h
     65    lstat(path,&nodestat);   // C api from sys/stat.h
    6666    link_ = S_ISLNK(nodestat.st_mode);
    6767  }
Note: See TracChangeset for help on using the changeset viewer.