aboutsummaryrefslogtreecommitdiffhomepage
path: root/CONTRIBUTORS.txt
diff options
context:
space:
mode:
authorGravatar kenton@google.com <kenton@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2009-04-18 01:24:27 +0000
committerGravatar kenton@google.com <kenton@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2009-04-18 01:24:27 +0000
commit6dcd46c8d21708451bc2f25128816037f8129ceb (patch)
tree9ad172f53948babae0e20d96b4aeba4aed2a0fc3 /CONTRIBUTORS.txt
parentcfa2d8aa87cc0b22b5092a5fb3bf7e394f85cbf1 (diff)
Fix initialization ordering problem in logging code. Based on patch from Wink Saville.
Diffstat (limited to 'CONTRIBUTORS.txt')
-rw-r--r--CONTRIBUTORS.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt
index 0ad37d93..b01fed62 100644
--- a/CONTRIBUTORS.txt
+++ b/CONTRIBUTORS.txt
@@ -63,3 +63,5 @@ Patch contributors:
* Fixed warnings about generated constructors not explicitly initializing
all fields (only present with certain compiler settings).
* Added generation of field number constants.
+ Wink Saville <wink@google.com>
+ * Fixed initialization ordering problem in logging code.