Skip to content

Commit

Permalink
Fix [*].
Browse files Browse the repository at this point in the history
  • Loading branch information
Y_Less committed Dec 28, 2022
1 parent f458388 commit 5bf4e54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2214,4 +2214,5 @@ the Initial Developer. All Rights Reserved.

* Move builds to CMake.
* Add docker builds.
* Fix `[*]` again.

1 change: 1 addition & 0 deletions array.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -707,6 +707,7 @@ bool
++(*defaults);
SkipWhitespace(defaults);
// Got the start of the values.
opts = *defaults;
// Skip the defaults for now, we don't know the length yet.
for (; ; )
{
Expand Down

0 comments on commit 5bf4e54

Please sign in to comment.