- Timestamp:
- Aug 18, 2009, 7:57:18 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/sh_files.c
r227 r242 33 33 34 34 #include <utime.h> 35 36 35 37 36 #ifdef HAVE_DIRENT_H … … 2112 2111 static int rsrc_init = 0; 2113 2112 static char rsrc[17]; 2114 char testpath = SH_ALLOC(PATH_MAX);2113 char * testpath = SH_ALLOC(PATH_MAX); 2115 2114 2116 2115 if (rsrc_init == 0) {
Note:
See TracChangeset
for help on using the changeset viewer.