Marcin So�tysiak wrote: > Here's my diff to calendar.c based on some CVS version but applies to any. > > Hope it's clear.
It is, thank you. It's been incorporated. A few tips to make patches in general: 1. To generate patch-ready diffs, name the original first, then the fixed file: $ diff source.c source.c.new patch detects that the diff is reversed but it's easier like above for the patcher. 2. Unidiffs are more readable for humans: $ diff -u source.c source.c.new That doesn't mean I didn't want your patch :) Emile --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
