Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 348991
b: refs/heads/master
c: e256036
h: refs/heads/master
i:
  348989: 2585050
  348987: cb1c156
  348983: 3b946c9
  348975: a11519d
  348959: 1b56ed3
  348927: d5027f0
v: v3
  • Loading branch information
Miklos Szeredi committed Jan 17, 2013
1 parent b73e0ae commit 08eaf3b
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: 30783587b0f318b9e2e165f34cf5dfd9425a4904
refs/heads/master: e2560362cc2b39a0567cab510121a7e93dfbe797
2 changes: 1 addition & 1 deletion trunk/fs/fuse/cuse.c
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ static int cuse_parse_one(char **pp, char *end, char **keyp, char **valp)
static int cuse_parse_devinfo(char *p, size_t len, struct cuse_devinfo *devinfo)
{
char *end = p + len;
char *key, *val;
char *uninitialized_var(key), *uninitialized_var(val);
int rc;

while (true) {
Expand Down

0 comments on commit 08eaf3b

Please sign in to comment.