Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 96907
b: refs/heads/master
c: 107f43a
h: refs/heads/master
i:
  96905: a357a40
  96903: 13bf54c
v: v3
  • Loading branch information
Christophe Jaillet authored and Sam Ravnborg committed May 19, 2008
1 parent 352c829 commit 8769e1f
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: 7b97887eab6c35d23f2e4680bd5e285415068f35
refs/heads/master: 107f43a0f7282511ec570214a0b8f639224ff525
2 changes: 1 addition & 1 deletion trunk/scripts/kconfig/util.c
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ struct gstr str_new(void)
{
struct gstr gs;
gs.s = malloc(sizeof(char) * 64);
gs.len = 16;
gs.len = 64;
strcpy(gs.s, "\0");
return gs;
}
Expand Down

0 comments on commit 8769e1f

Please sign in to comment.