* [gentoo-commits] gentoo-x86 commit in app-misc/mc/files: mc-4.7.1_find-results-panelization-crash.patch
@ 2010-04-09 16:25 Maciej Mrozowski (reavertm)
0 siblings, 0 replies; 2+ messages in thread
From: Maciej Mrozowski (reavertm) @ 2010-04-09 16:25 UTC (permalink / raw
To: gentoo-commits
reavertm 10/04/09 16:25:03
Added: mc-4.7.1_find-results-panelization-crash.patch
Log:
Fix bug 314165, crash in find file results panelization, remove old
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.1 app-misc/mc/files/mc-4.7.1_find-results-panelization-crash.patch
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/mc/files/mc-4.7.1_find-results-panelization-crash.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/mc/files/mc-4.7.1_find-results-panelization-crash.patch?rev=1.1&content-type=text/plain
Index: mc-4.7.1_find-results-panelization-crash.patch
===================================================================
Index: src/find.c
===================================================================
--- src/find.c (revision 1947d842a5d87c11862039037dc85051448a6081)
+++ src/find.c (revision 7b9226c5da3a81fb758bee70aafe05bb64d37464)
@@ -1256,5 +1256,5 @@
WLEntry *le = (WLEntry *) entry->data;
- if ((le->text == NULL) || (entry->data == NULL))
+ if ((le->text == NULL) || (le->data == NULL))
continue;
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-misc/mc/files: mc-4.7.1_find-results-panelization-crash.patch
@ 2010-04-09 16:30 Maciej Mrozowski (reavertm)
0 siblings, 0 replies; 2+ messages in thread
From: Maciej Mrozowski (reavertm) @ 2010-04-09 16:30 UTC (permalink / raw
To: gentoo-commits
reavertm 10/04/09 16:30:09
Modified: mc-4.7.1_find-results-panelization-crash.patch
Log:
Fix CR/LF in patch.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.2 app-misc/mc/files/mc-4.7.1_find-results-panelization-crash.patch
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/mc/files/mc-4.7.1_find-results-panelization-crash.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/mc/files/mc-4.7.1_find-results-panelization-crash.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/mc/files/mc-4.7.1_find-results-panelization-crash.patch?r1=1.1&r2=1.2
Index: mc-4.7.1_find-results-panelization-crash.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/mc/files/mc-4.7.1_find-results-panelization-crash.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mc-4.7.1_find-results-panelization-crash.patch 9 Apr 2010 16:25:03 -0000 1.1
+++ mc-4.7.1_find-results-panelization-crash.patch 9 Apr 2010 16:30:09 -0000 1.2
@@ -1,11 +1,11 @@
-Index: src/find.c
-===================================================================
---- src/find.c (revision 1947d842a5d87c11862039037dc85051448a6081)
-+++ src/find.c (revision 7b9226c5da3a81fb758bee70aafe05bb64d37464)
-@@ -1256,5 +1256,5 @@
- WLEntry *le = (WLEntry *) entry->data;
-
-- if ((le->text == NULL) || (entry->data == NULL))
-+ if ((le->text == NULL) || (le->data == NULL))
- continue;
-
+Index: src/find.c
+===================================================================
+--- src/find.c (revision 1947d842a5d87c11862039037dc85051448a6081)
++++ src/find.c (revision 7b9226c5da3a81fb758bee70aafe05bb64d37464)
+@@ -1256,5 +1256,5 @@
+ WLEntry *le = (WLEntry *) entry->data;
+
+- if ((le->text == NULL) || (entry->data == NULL))
++ if ((le->text == NULL) || (le->data == NULL))
+ continue;
+
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-04-09 16:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-09 16:25 [gentoo-commits] gentoo-x86 commit in app-misc/mc/files: mc-4.7.1_find-results-panelization-crash.patch Maciej Mrozowski (reavertm)
-- strict thread matches above, loose matches on Subject: below --
2010-04-09 16:30 Maciej Mrozowski (reavertm)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox