f-spot r3591 - in trunk: . src/Imaging
- From: sdelcroix svn gnome org
- To: svn-commits-list gnome org
- Subject: f-spot r3591 - in trunk: . src/Imaging
- Date: Wed, 23 Jan 2008 10:55:18 +0000 (GMT)
Author: sdelcroix
Date: Wed Jan 23 10:55:18 2008
New Revision: 3591
URL: http://svn.gnome.org/viewvc/f-spot?rev=3591&view=rev
Log:
2008-01-23 Stephane Delcroix <sdelcroix novell com>
* src/Imaging/Tiff.cs: re-initialize raw_data to null, Fixes bgo
#510734
Modified:
trunk/ChangeLog
trunk/src/Imaging/Tiff.cs
Modified: trunk/src/Imaging/Tiff.cs
==============================================================================
--- trunk/src/Imaging/Tiff.cs (original)
+++ trunk/src/Imaging/Tiff.cs Wed Jan 23 10:55:18 2008
@@ -1712,6 +1712,7 @@
public virtual void LoadExternal (System.IO.Stream stream)
{
+ raw_data = null;
if (data_offset != 0) {
stream.Seek ((long)Position, System.IO.SeekOrigin.Begin);
byte [] data = new byte [count * GetTypeSize ()];
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]