Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 33037
b: refs/heads/master
c: 002d27b
h: refs/heads/master
i:
  33035: 783e37c
v: v3
  • Loading branch information
Roman Zippel authored and Sam Ravnborg committed Aug 1, 2006
1 parent a783304 commit adeca77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: eb2cafa1d9026ced051601053885e260f8b8c099
refs/heads/master: 002d27b1b70f6d574c816ef265147704c4e951f1
2 changes: 1 addition & 1 deletion trunk/scripts/kconfig/confdata.c
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ int conf_read(const char *name)
for (e = prop->expr; e; e = e->left.expr)
if (e->right.sym->visible != no)
flags &= e->right.sym->flags;
sym->flags |= flags & SYMBOL_DEF_USER;
sym->flags &= flags | ~SYMBOL_DEF_USER;
}

sym_change_count += conf_warnings || conf_unsaved;
Expand Down

0 comments on commit adeca77

Please sign in to comment.