[Scummvm-git-logs] scummvm master -> 07b83997b77e16a57ade66abcab05547b787fa45

digitall dgturner at iee.org
Sat Sep 15 02:08:41 CEST 2018


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
07b83997b7 GOB: Correct build breakage for DS/PSP2 from previous commit.


Commit: 07b83997b77e16a57ade66abcab05547b787fa45
    https://github.com/scummvm/scummvm/commit/07b83997b77e16a57ade66abcab05547b787fa45
Author: D G Turner (digitall at scummvm.org)
Date: 2018-09-15T01:16:38+01:00

Commit Message:
GOB: Correct build breakage for DS/PSP2 from previous commit.

Changed paths:
    engines/gob/resources.cpp


diff --git a/engines/gob/resources.cpp b/engines/gob/resources.cpp
index 6eedab1..9755bf9 100644
--- a/engines/gob/resources.cpp
+++ b/engines/gob/resources.cpp
@@ -123,7 +123,7 @@ Resources::EXTResourceTable::~EXTResourceTable() {
 Resources::TOTTextTable::TOTTextTable() {
 	needFree   = false;
 	itemsCount = 0;
-	data       = (byte)0;
+	data       = NULL;
 	size       = 0;
 	items      = NULL;
 }





More information about the Scummvm-git-logs mailing list