Changeset 242 for trunk/src


Ignore:
Timestamp:
Aug 18, 2009, 7:57:18 PM (15 years ago)
Author:
katerina
Message:

Fix for ticket #162 (doesn't run on MacOS X).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_files.c

    r227 r242  
    3333
    3434#include <utime.h>
    35 
    3635
    3736#ifdef HAVE_DIRENT_H
     
    21122111      static int rsrc_init = 0;
    21132112      static char rsrc[17];
    2114       char testpath = SH_ALLOC(PATH_MAX);
     2113      char * testpath = SH_ALLOC(PATH_MAX);
    21152114
    21162115      if (rsrc_init == 0) {
Note: See TracChangeset for help on using the changeset viewer.