Ticket #6102: ticket6102.diff
| File ticket6102.diff, 1.0 kB (added by edickins, 2 years ago) |
|---|
-
Frameworks/AIUtilities
old new 283 283 284 284 [string replaceOccurrencesOfString:@"/" withString:@"-" options:NSLiteralSearch range:NSMakeRange(0, length)]; 285 285 286 // Fix Ticket #6102: don't create a filename that starts with a dot 287 if ([string hasPrefix:@"."]) { 288 [string replaceCharactersInRange:NSMakeRange(0, 1) withString:@"-"]; 289 } 290 286 291 return [string autorelease]; 287 292 } 288 293 -
Copyright.txt
old new 1 1 Adium 2 Copyright (C) 2001-200 6by the following:2 Copyright (C) 2001-2007 by the following: 3 3 4 4 Adam Atlas 5 5 Colin Barrett … … 9 9 Graham Booker 10 10 Jorge Salvador Caffarena 11 11 David Clark 12 Evan Dickinson 12 13 Nelson Elhage 13 14 Augie Fackler 14 15 Ken Ferry