public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/libcdr/files: libcdr-0.0.7-clang.patch
@ 2012-04-24 15:34 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; 2+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2012-04-24 15:34 UTC (permalink / raw
  To: gentoo-commits

scarabeus    12/04/24 15:34:07

  Added:                libcdr-0.0.7-clang.patch
  Log:
  Add clang patch. Thanks to Fridrich for pointing out.
  
  (Portage version: 2.2.0_alpha101/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  media-libs/libcdr/files/libcdr-0.0.7-clang.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libcdr/files/libcdr-0.0.7-clang.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libcdr/files/libcdr-0.0.7-clang.patch?rev=1.1&content-type=text/plain

Index: libcdr-0.0.7-clang.patch
===================================================================
--- misc/libcdr-0.0.7/src/lib/CDRParser.cpp	2012-04-24 15:40:42.000000000 +0200
+++ misc/build/libcdr-0.0.7/src/lib/CDRParser.cpp	2012-04-24 16:54:16.084829635 +0200
@@ -466,7 +466,7 @@
         m_collector->collectObject(level);
       else if (listType == FOURCC_grp)
         m_collector->collectGroup(level);
-      else if ((listType & 0xffffff) == FOURCC_CDR || (listType && 0xffffff) == FOURCC_cdr)
+      else if ((listType & 0xffffff) == FOURCC_CDR || (listType & 0xffffff) == FOURCC_cdr)
         m_version = getCDRVersion((listType & 0xff000000) >> 24);
       else if (listType == FOURCC_vect)
         m_collector->collectVect(level);






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-libs/libcdr/files: libcdr-0.0.7-clang.patch
@ 2012-06-11 12:47 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; 2+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2012-06-11 12:47 UTC (permalink / raw
  To: gentoo-commits

scarabeus    12/06/11 12:47:05

  Removed:              libcdr-0.0.7-clang.patch
  Log:
  Version bump to latest.
  
  (Portage version: 2.2.0_alpha110/cvs/Linux x86_64)



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-06-11 12:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-11 12:47 [gentoo-commits] gentoo-x86 commit in media-libs/libcdr/files: libcdr-0.0.7-clang.patch Tomas Chvatal (scarabeus)
  -- strict thread matches above, loose matches on Subject: below --
2012-04-24 15:34 Tomas Chvatal (scarabeus)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox