Re: errors in valgrind
Nikos Chantziaras <[email protected]>
| Newsgroups | gmane.comp.multimedia.ogg.vorbis.general |
|---|---|
| Organization | Lucas Barks |
| Message-ID | <[email protected]> |
On 06/11/2009 06:39 PM, Aoyumi wrote: > devel wrote: >> I am having trouble trying to apply the patch: >> >> patch -p1< psy.c.patch >> can't find file to patch at input line 4 >> Perhaps you used the wrong -p or --strip option? >> The text leading up to this was: >> -------------------------- >> |diff -urN lib/psy.c lib/psy.c >> |--- lib/psy.c >> |+++ lib/psy.c >> -------------------------- >> File to patch: lib/psy. > > I can apply a patch as follows in my environment. > (There is the patch at the hierarchical same as an aoTuV directory, > and the hierarchical is current directory.) > > patch -d aotuv_b5.7< fix377.patch The "standard" way to create patches though is with: diff -Naur top_level_dir_old top_level_dir_new