Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 363879
b: refs/heads/master
c: 69f4526
h: refs/heads/master
i:
  363877: d19e416
  363875: d39f399
  363871: 9f2722c
v: v3
  • Loading branch information
Stefan Reif authored and Greg Kroah-Hartman committed Apr 5, 2013
1 parent a841e68 commit 8686411
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 986d75843555d0f6bc4acd11276c7f8f77d246b8
refs/heads/master: 69f452635cf863f9356996218d25bbe2a4e35f2d
4 changes: 2 additions & 2 deletions trunk/drivers/staging/usbip/userspace/libsrc/names.c
Original file line number Diff line number Diff line change
Expand Up @@ -491,10 +491,10 @@ static void parse(FILE *f)
while (fgets(buf, sizeof(buf), f)) {
linectr++;
/* remove line ends */
cp = strchr(buf, 13);
cp = strchr(buf, '\r');
if (cp)
*cp = 0;
cp = strchr(buf, 10);
cp = strchr(buf, '\n');
if (cp)
*cp = 0;
if (buf[0] == '#' || !buf[0])
Expand Down

0 comments on commit 8686411

Please sign in to comment.