On 4/5/06, eehouse <[EMAIL PROTECTED]> wrote: > Cool! > > But I can't apply the patch. I get 1.0.0-2 when I do 'apt-get source' > for pocketpc-cab. Did Rouven do a dch before sending this to you? > > Thanks, > > --Eric
The sense of the patch is backwards. You can use patch -R (revert patch) to apply it, or just apply it by hand. Eric, can you confirm for me that this (backwards) hunk - $munged_files = $munged_files . "\"$munged_file\" "; + $munged_files = "\"$munged_file\" " . $munged_files; is the part that fixes the bug? Thanks! Shaun

