Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 220671
b: refs/heads/master
c: e82dae9
h: refs/heads/master
i:
  220669: 100e4b4
  220667: bf703ab
  220663: 7ec4970
  220655: 86ac200
  220639: d8977f4
  220607: ba3a120
  220543: 1cd9c7e
  220415: 8676269
  220159: 4685ed6
v: v3
  • Loading branch information
Arnaud Lacombe committed Sep 20, 2010
1 parent 90bbeac commit 9296956
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: 2e7a091833f014cac8a6b92573ca6cd2edd2753c
refs/heads/master: e82dae9083c8ca97c0f6ba1f5d09591aff67bb4e
5 changes: 3 additions & 2 deletions trunk/scripts/kconfig/zconf.l
Original file line number Diff line number Diff line change
Expand Up @@ -304,9 +304,10 @@ void zconf_nextfile(const char *name)
memset(buf, 0, sizeof(*buf));

current_buf->state = YY_CURRENT_BUFFER;
yyin = zconf_fopen(name);
yyin = zconf_fopen(file->name);
if (!yyin) {
printf("%s:%d: can't open file \"%s\"\n", zconf_curname(), zconf_lineno(), name);
printf("%s:%d: can't open file \"%s\"\n",
zconf_curname(), zconf_lineno(), file->name);
exit(1);
}
yy_switch_to_buffer(yy_create_buffer(yyin, YY_BUF_SIZE));
Expand Down

0 comments on commit 9296956

Please sign in to comment.