Skip to content
This repository was archived by the owner on Nov 21, 2019. It is now read-only.

Commit 662d665

Browse files
committed
Merge branch 'master' of github.com:arduino/Arduino
2 parents 8b718a4 + 0175a4e commit 662d665

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

app/src/processing/app/syntax/PdeKeywords.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ private void parseKeywordsTxt(File input) throws Exception {
115115
continue;
116116
}
117117

118-
String pieces[] = line.split("\\s+", 4);
118+
String pieces[] = line.split("\t");
119119

120120
String keyword = pieces[0].trim();
121121
if (keyword.startsWith("\\#")) {

build/shared/revisions.txt

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ ARDUINO 1.8.6
55
* Added scroller in programmers menu.
66
* Added "accelerator" in scrollable menu, press "a" key while scrolling
77
* Keep "Board Manager" menu item always as first in the menu
8-
* keyword.txt now allows any whitespace. Thanks @bhagman
98

109
[wifi101-firmware]
1110
* SECURITY FIX: Released fix for WPA2 KRACK vulnerability (latest WINC1500 firmware 19.5.2).

0 commit comments

Comments
 (0)