commit | 9f9535c5fbe0973ae803112075bff65b83bd7636 | [log] [tgz] |
---|---|---|
author | Jens Geyer <jensg@apache.org> | Sun Dec 14 04:16:05 2014 +0100 |
committer | Jens Geyer <jensg@apache.org> | Sun Dec 14 15:00:34 2014 +0100 |
tree | b1e69b8423c1c99db5d5c4d564becfb7de39415b | |
parent | 15fe1cb5f434a5b4dcba49e3547365d705ac8f84 [diff] [blame] |
THRIFT-2890 binary data may lose bytes with JSON transport under specific circumstances Client: Delphi Patch: Jens Geyer minor fix regarding two warnings introduced with this patch
diff --git a/lib/delphi/src/Thrift.Utils.pas b/lib/delphi/src/Thrift.Utils.pas index 05fb964..15ea36f 100644 --- a/lib/delphi/src/Thrift.Utils.pas +++ b/lib/delphi/src/Thrift.Utils.pas
@@ -141,6 +141,7 @@ else ASSERT( FALSE); + result := 0; // because invalid call end; end;