[Scummvm-git-logs] scummvm master -> faaa1a6b1f473955039fe88c127f496f4824434e

csnover csnover at users.noreply.github.com
Thu Nov 10 17:50:13 CET 2016


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:
faaa1a6b1f SCI: Add missing newline in debugger output


Commit: faaa1a6b1f473955039fe88c127f496f4824434e
    https://github.com/scummvm/scummvm/commit/faaa1a6b1f473955039fe88c127f496f4824434e
Author: Colin Snover (github.com at zetafleet.com)
Date: 2016-11-10T10:49:59-06:00

Commit Message:
SCI: Add missing newline in debugger output

Changed paths:
    engines/sci/console.cpp



diff --git a/engines/sci/console.cpp b/engines/sci/console.cpp
index 04fe0f7..83f1271 100644
--- a/engines/sci/console.cpp
+++ b/engines/sci/console.cpp
@@ -4653,7 +4653,7 @@ int Console::printObject(reg_t pos) {
 	uint i;
 
 	if (!obj) {
-		debugPrintf("[%04x:%04x]: Not an object.", PRINT_REG(pos));
+		debugPrintf("[%04x:%04x]: Not an object.\n", PRINT_REG(pos));
 		return 1;
 	}
 





More information about the Scummvm-git-logs mailing list