Changeset 730
- Timestamp:
- 01/05/07 21:54:53 (2 years ago)
- Files:
-
- nepenthes/trunk/nepenthes-core/src/Nepenthes.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
nepenthes/trunk/nepenthes-core/src/Nepenthes.cpp
r724 r730 44 44 #include <sys/utsname.h> 45 45 #include <ctype.h> 46 #include <errno.h> 47 #include <string.h> 46 48 47 49 #ifdef HAVE_LIBCAP … … 668 670 if ( stat((const char*)argv[opti],&fileinfo) != 0 ) 669 671 { 670 printf(" failed\n");672 printf("Could not stat %s: %s", (const char*)argv[opti], strerror(errno)); 671 673 return -1; 672 674 }
