Ignore:
Timestamp:
09/20/09 21:08:13 (15 years ago)
Author:
Nicholas Riley
Message:

Fix some problems/deprecation identified by compiling with the 10.6 SDK.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Cocoa/Pester/Source/PSAlarm.m

    r551 r587  
    116116    if ([string isEqualToString: @"PSAlarmSnooze"]) return PSAlarmSnooze;
    117117    if ([string isEqualToString: @"PSAlarmExpired"]) return PSAlarmExpired;
    118     NSLog(@"unknown alarm type string: %@", string);
    119     return nil;
     118    return PSAlarmInvalid;
    120119}
    121120
Note: See TracChangeset for help on using the changeset viewer.