Skip to content

Commit 5bf4e54

Browse files
author
Y_Less
committed
Fix [*].
1 parent f458388 commit 5bf4e54

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2214,4 +2214,5 @@ the Initial Developer. All Rights Reserved.
22142214

22152215
* Move builds to CMake.
22162216
* Add docker builds.
2217+
* Fix `[*]` again.
22172218

array.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -707,6 +707,7 @@ bool
707707
++(*defaults);
708708
SkipWhitespace(defaults);
709709
// Got the start of the values.
710+
opts = *defaults;
710711
// Skip the defaults for now, we don't know the length yet.
711712
for (; ; )
712713
{

0 commit comments

Comments
 (0)