Module: wine Branch: master Commit: 69437afed123117cff3002cd99bb9ce58490a85f URL: http://source.winehq.org/git/wine.git/?a=commit;h=69437afed123117cff3002cd99...
Author: Sebastian Lackner sebastian@fds-team.de Date: Wed Sep 7 10:50:11 2016 +0200
jscript: Change prototype of jsstr_alloc_buf and fix some error handling issues.
Signed-off-by: Sebastian Lackner sebastian@fds-team.de Signed-off-by: Jacek Caban jacek@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/jscript/array.c | 6 +++--- dlls/jscript/date.c | 22 +++++++++++----------- dlls/jscript/error.c | 4 ++-- dlls/jscript/function.c | 4 ++-- dlls/jscript/global.c | 22 +++++++++++----------- dlls/jscript/jsregexp.c | 4 ++-- dlls/jscript/jsstr.c | 17 +++++++++-------- dlls/jscript/jsstr.h | 6 +++--- dlls/jscript/number.c | 4 ++-- dlls/jscript/object.c | 4 ++-- dlls/jscript/string.c | 24 ++++++++++++------------ 11 files changed, 59 insertions(+), 58 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=69437afed123117cff3002...