/[jscoverage]/trunk/instrument.c
ViewVC logotype

Diff of /trunk/instrument.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 67 by siliconforks, Thu Nov 22 01:30:37 2007 UTC revision 69 by siliconforks, Thu Nov 22 01:50:33 2007 UTC
# Line 225  Line 225 
225      fatal("cannot stat directory: %s", destination);      fatal("cannot stat directory: %s", destination);
226    }    }
227    
228      /* copy the resources */
229      jscoverage_copy_resources(destination);
230    
231    /* finally: copy the directory */    /* finally: copy the directory */
232    struct DirListEntry * list = make_recursive_dir_list(source);    struct DirListEntry * list = make_recursive_dir_list(source);
233    for (struct DirListEntry * p = list; p != NULL; p = p->next) {    for (struct DirListEntry * p = list; p != NULL; p = p->next) {

Legend:
Removed from v.67  
changed lines
  Added in v.69

  ViewVC Help
Powered by ViewVC 1.1.24