Changeset 4611 for WiredServer/trunk/WCDashboardController.m
- Timestamp:
- 02/13/07 23:29:55 (2 years ago)
- Files:
-
- WiredServer/trunk/WCDashboardController.m (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
WiredServer/trunk/WCDashboardController.m
r4496 r4611 196 196 case WCLogMethodFile: 197 197 [arguments addObject:@"-L"]; 198 [arguments addObject:[ WCSettings objectForKey:WCLogFile]];198 [arguments addObject:[[WCSettings objectForKey:WCLogFile] stringByExpandingTildeInPath]]; 199 199 200 200 if([WCSettings boolForKey:WCLimitLogFile]) { … … 226 226 NSUInteger i, argc; 227 227 int status; 228 228 229 229 argc = [arguments count]; 230 230 argv = (char **) malloc(sizeof(char *) * (argc + 1));
