|
From: Martin R. <ru...@us...> - 2009-03-22 17:18:38
|
Update of /cvsroot/foo/foo/libfoo/src In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv9598/libfoo/src Modified Files: FOOBreakpointFunction.m Log Message: smaller cosmetic cleanups Index: FOOBreakpointFunction.m =================================================================== RCS file: /cvsroot/foo/foo/libfoo/src/FOOBreakpointFunction.m,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** FOOBreakpointFunction.m 22 Mar 2009 01:11:40 -0000 1.6 --- FOOBreakpointFunction.m 22 Mar 2009 17:18:33 -0000 1.7 *************** *** 115,119 **** { lineseg_t *sp; ! int time, lasttime = SEC_TO_SAM(_beginT), first = 1; sample_t value, lastvalue = _firstV; --- 115,119 ---- { lineseg_t *sp; ! int time, lasttime = SEC_TO_SAM(_beginT); sample_t value, lastvalue = _firstV; *************** *** 236,240 **** - (FOOBreakpointFunction *) reverse { ! FOOBreakpointFunction *new = [[FOOBreakpointFunction allocWithZone:[self zone]] init]; lineseg_t *s = _segments, *c, *p; int n = 0; --- 236,240 ---- - (FOOBreakpointFunction *) reverse { ! FOOBreakpointFunction *new = [[FOOBreakpointFunction allocWithZone: [self zone]] init]; lineseg_t *s = _segments, *c, *p; int n = 0; *************** *** 259,263 **** p->delta = 0; p->value = 0; ! // [new setBpf:c begin:[self begin] end:[self size] - [self begin]]; return new; } --- 259,264 ---- p->delta = 0; p->value = 0; ! // [new setBpf: c begin: [self begin] end: [self size] - [self begin]]; ! return new; } *************** *** 358,362 **** ! - (FOOBreakpointFunction *) initWithCoder: (NSCoder *)coder { NSArray *segments; --- 359,363 ---- ! - (id) initWithCoder: (NSCoder *)coder { NSArray *segments; |