[Scummvm-cvs-logs] scummvm branch-1-5 -> 3fcdb5d9e72a49ba659a3468b67828cebe2e67fe

digitall digitall at scummvm.org
Sun Jul 29 03:11:14 CEST 2012


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

Summary:
8d590dabdf TEENAGENT: Fix for bug #3540542 ("string truncated after diving").
ec03986d92 TEENAGENT: Fix another invalid string offset.
3fcdb5d9e7 TEENAGENT: Fix typo in processCallback() address.


Commit: 8d590dabdff8a84a7eb9cb1b071dd4f4fcd394a4
    https://github.com/scummvm/scummvm/commit/8d590dabdff8a84a7eb9cb1b071dd4f4fcd394a4
Author: D G Turner (digitall at scummvm.org)
Date: 2012-07-28T18:10:13-07:00

Commit Message:
TEENAGENT: Fix for bug #3540542 ("string truncated after diving").

This was a typo in the string offset.

Changed paths:
    engines/teenagent/callbacks.cpp




Commit: ec03986d92009c8aeea6f2dfdd8727126e97fde4
    https://github.com/scummvm/scummvm/commit/ec03986d92009c8aeea6f2dfdd8727126e97fde4
Author: D G Turner (digitall at scummvm.org)
Date: 2012-07-28T18:10:24-07:00

Commit Message:
TEENAGENT: Fix another invalid string offset.

This typo caused an incorrect string output when Mark examines the car
trunk when it is empty.

Changed paths:
    engines/teenagent/callbacks.cpp




Commit: 3fcdb5d9e72a49ba659a3468b67828cebe2e67fe
    https://github.com/scummvm/scummvm/commit/3fcdb5d9e72a49ba659a3468b67828cebe2e67fe
Author: D G Turner (digitall at scummvm.org)
Date: 2012-07-28T18:10:44-07:00

Commit Message:
TEENAGENT: Fix typo in processCallback() address.

0x50c5 is invalid, replaced with valid 0x505c.

Changed paths:
    engines/teenagent/callbacks.cpp








More information about the Scummvm-git-logs mailing list