~ubuntu-branches/ubuntu/vivid/nodejs/vivid

« back to all changes in this revision

Viewing changes to deps/uv/src/unix/fsevents.c

  • Committer: Package Import Robot
  • Author(s): Jérémy Lal
  • Date: 2013-11-30 23:54:20 UTC
  • mfrom: (7.1.48 sid)
  • Revision ID: package-import@ubuntu.com-20131130235420-kpuupk7lyc5i094j
Tags: 0.10.22~dfsg1-2
* Update 2005 patch, allow test-cluster-dgram-2 to time out.
* Apply 1005 patch, upstream fix for BSD builds.

Show diffs side-by-side

added added

removed removed

Lines of Context:
223
223
    handle->realpath_len = strlen(handle->realpath);
224
224
 
225
225
  /* Initialize paths array */
226
 
  path = CFStringCreateWithCString(NULL,
227
 
                                   handle->filename,
228
 
                                   CFStringGetSystemEncoding());
 
226
  path = CFStringCreateWithFileSystemRepresentation(NULL, handle->filename);
229
227
  paths = CFArrayCreate(NULL, (const void**)&path, 1, NULL);
230
228
 
231
229
  latency = 0.15;