summaryrefslogtreecommitdiff
path: root/graphics/ayam/files/patch-MF3D_mftextrd.c
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/ayam/files/patch-MF3D_mftextrd.c')
-rw-r--r--graphics/ayam/files/patch-MF3D_mftextrd.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/graphics/ayam/files/patch-MF3D_mftextrd.c b/graphics/ayam/files/patch-MF3D_mftextrd.c
index 1575f4d61679..2a5fe13715cc 100644
--- a/graphics/ayam/files/patch-MF3D_mftextrd.c
+++ b/graphics/ayam/files/patch-MF3D_mftextrd.c
@@ -1,6 +1,6 @@
---- MF3D/mftextrd.c.orig 2007-12-17 19:30:49.000000000 +0100
-+++ MF3D/mftextrd.c 2007-12-17 19:32:02.000000000 +0100
-@@ -178,7 +178,7 @@
+--- MF3D/mftextrd.c.orig 2015-06-23 18:03:50 UTC
++++ MF3D/mftextrd.c
+@@ -178,7 +178,7 @@ MF3D_GetTOCLabels(
MFASSERT(numNewLabels >= 0);
if (numNewLabels > 0)
@@ -9,7 +9,7 @@
(numLabels + numNewLabels) * sizeof(*tocLabelNames));
}
-@@ -250,7 +250,7 @@
+@@ -250,7 +250,7 @@ MF3D_ConvertTableLabels(
if (result != kMF3DNoErr)
break;
@@ -18,7 +18,7 @@
if (result != kMF3DNoErr)
break;
-@@ -381,7 +381,7 @@
+@@ -381,7 +381,7 @@ MF3D_PreprocessTextFile(
char objName[kMF3D_MaxObjNameLength + 1];
if (numObjects % kMF3D_ObjTableChunk == 0)
@@ -27,7 +27,7 @@
(numObjects + kMF3D_ObjTableChunk) * sizeof(*objTable));
if (result != kMF3DNoErr)
goto PreprocessTextFileAbort;
-@@ -419,7 +419,7 @@
+@@ -419,7 +419,7 @@ MF3D_PreprocessTextFile(
{ /* We found a TOC object. We will want to find
* this later; so save the index.
*/
@@ -36,7 +36,7 @@
(numTocs + 1) * sizeof(*tocLocations));
if (result != kMF3DNoErr)
goto PreprocessTextFileAbort;
-@@ -499,7 +499,7 @@
+@@ -499,7 +499,7 @@ MF3D_PreprocessTextFile(
/* Readjust the object table from its chunky size */
if (result == kMF3DNoErr)
@@ -45,7 +45,7 @@
if (result == kMF3DNoErr)
{ /* Store the file length here */
AssignInt64(objTable[numObjects].objLocation, location);
-@@ -1027,7 +1027,7 @@
+@@ -1027,7 +1027,7 @@ MF3D_BuildString_AddChar(
result = kMF3DNoErr;
if ((ioStringPtr->pos % kMF3D_StringBufferChunk) == 0)