Changeset 1335 for branches/0.9-stable/bin/Parameter.cc
- Timestamp:
- Jan 28, 2011, 7:26:41 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.9-stable/bin/Parameter.cc
r1264 r1335 3 3 /* 4 4 Copyright (C) 2006, 2007, 2008 Jari Häkkinen, Peter Johansson 5 Copyright (C) 2009, 2010 Peter Johansson5 Copyright (C) 2009, 2010, 2011 Peter Johansson 6 6 7 7 This file is part of svndigest, http://dev.thep.lu.se/svndigest … … 146 146 if (S_ISDIR(buf.st_mode)) 147 147 return; 148 errno = ENOTDIR; 148 149 } 149 150 std::stringstream ss; 151 assert(errno); 150 152 ss << cmd_.program_name() << ": '" << path << "': " 151 153 << strerror(errno);
Note: See TracChangeset
for help on using the changeset viewer.