- Unbreak build after the last lang/mono update

Reported by:		pkg-fallout
This commit is contained in:
Marcus von Appen 2014-03-20 18:44:30 +00:00
parent 0ef63fd5a6
commit 4b6dbf9d26
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=348716

View file

@ -0,0 +1,11 @@
--- Languages/IronPython/IronPython.SQLite/c#sqlite/pcache1_c.cs.orig 2014-02-28 08:17:32.000000000 +0100
+++ Languages/IronPython/IronPython.SQLite/c#sqlite/pcache1_c.cs 2014-02-28 08:17:57.000000000 +0100
@@ -705,7 +705,7 @@
static sqlite3_pcache pcache1Create( int szPage, bool bPurgeable )
{
PCache1 pCache; /* The newly created page cache */
- PGroup pGroup; /* The group the new page cache will belong to */
+ PGroup pGroup = null; /* The group the new page cache will belong to */
int sz; /* Bytes of memory required to allocate the new cache */
/*