Changeset 4611 for WiredServer/trunk/WCSettings.m
- Timestamp:
- 02/13/07 23:29:55 (2 years ago)
- Files:
-
- WiredServer/trunk/WCSettings.m (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
WiredServer/trunk/WCSettings.m
r3950 r4611 29 29 #import "WCSettings.h" 30 30 31 @implementation WCSettings32 33 31 NSString * WCExpandWiredPath(NSString *path) { 32 path = [path stringByExpandingTildeInPath]; 33 34 34 if([path hasPrefix:@"/"]) 35 35 return path; … … 39 39 40 40 41 42 @implementation WCSettings 41 43 42 44 + (NSDictionary *)defaults {
