Re: errors in valgrind
Aoyumi <[email protected]>
| Newsgroups | gmane.comp.multimedia.ogg.vorbis.general |
|---|---|
| Message-ID | <[email protected]> |
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 Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: lib/psy.c |=================================================================== |--- lib/psy.c (revision 377) |+++ lib/psy.c (revision 379) -------------------------- Patching file lib\psy.c using Plan A... Hunk #1 succeeded at 1034 (offset -5 lines). Hunk #2 succeeded at 1071 (offset -5 lines). done Aoyumi