Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 775791 | Differences between
and this patch

Collapse All | Expand All

(-)Source/ThirdParty/xdgmime/src/xdgmimemagic.c (-3 / +1 lines)
Lines 485-492 _xdg_mime_magic_parse_magic_line (FILE *magic_file, Link Here
485
	      _xdg_mime_magic_matchlet_free (matchlet);
485
	      _xdg_mime_magic_matchlet_free (matchlet);
486
	      return XDG_MIME_MAGIC_ERROR;
486
	      return XDG_MIME_MAGIC_ERROR;
487
	    }
487
	    }
488
	  /* FIXME: need to get this defined in a <config.h> style file */
488
#if __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__
489
#if LITTLE_ENDIAN
490
	  for (i = 0; i < matchlet->value_length; i = i + matchlet->word_size)
489
	  for (i = 0; i < matchlet->value_length; i = i + matchlet->word_size)
491
	    {
490
	    {
492
	      if (matchlet->word_size == 2)
491
	      if (matchlet->word_size == 2)
493
- 

Return to bug 775791