Commit 2fd0f79
src: fix duplication of externalized builtin code
The `else` here was missing, causing us to append the file to its
existing `source` already in the map.
Refs: #45942
PR-URL: #47079
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>1 parent 5a43586 commit 2fd0f79Copy full SHA for 2fd0f79
File tree
Expand file treeCollapse file tree
1 file changed
+1
-2
lines changedOpen diff view settings
Filter options
- src
Expand file treeCollapse file tree
1 file changed
+1
-2
lines changedOpen diff view settings
Collapse file
+1-2Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
227 | 227 | |
228 | 228 | |
229 | 229 | |
230 | | - |
231 | | - |
| 230 | + |
232 | 231 | |
233 | 232 | |
234 | 233 | |
|
0 commit comments