this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Change from previous commit not saved in editor

+1 -1
+1 -1
src/tools/open.c
··· 40 40 usage(); 41 41 return EXIT_FAILURE; 42 42 } 43 - url_or_path = CFStringCreateWithCString(kCFAllocatorDefault, argv[1], kCFStringEncodingUTF8); 43 + url_or_path = CFStringCreateWithFileSystemRepresentation(kCFAllocatorDefault, argv[1]); 44 44 /* TODO: What is the URL is not a file URL? (http:, ftp:, etc) */ 45 45 /* url = CFURLCreateWithString(kCFAllocatorDefault, url_or_path, NULL); */ 46 46 url = NULL;