Martin Jansa 5e7476166c webkit-efl: Add recipe with snapshot from r159807
* announcement:
  http://sourceforge.net/mailarchive/message.php?msg_id=31742684

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-02-23 23:21:16 +01:00

16 lines
698 B
Diff

Upstream-Status: Backport http://trac.webkit.org/changeset/160834
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Index: a/Source/WTF/wtf/dtoa/double-conversion.cc
===================================================================
--- a/Source/WTF/wtf/dtoa/double-conversion.cc (revision 160833)
+++ b/Source/WTF/wtf/dtoa/double-conversion.cc (revision 160834)
@@ -447,5 +447,5 @@
const int kBufferSize = kMaxSignificantDigits + 10;
char buffer[kBufferSize]; // NOLINT: size is known at compile time.
- int buffer_pos = 0;
+ unsigned buffer_pos = 0;
// Exponent will be adjusted if insignificant digits of the integer part