Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 11215
b: refs/heads/master
c: 57e3e3b
h: refs/heads/master
i:
  11213: d19b666
  11211: 59a5b0f
  11207: d59c514
  11199: 81a41b3
v: v3
  • Loading branch information
Pete Popov authored and Ralf Baechle committed Oct 29, 2005
1 parent 81e4e7c commit 01a90ba
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 097975fc6651ee8f43ffc930ae0c4851ec979454
refs/heads/master: 57e3e3b9187765f042c131db1a8b66bee67fc5fb
3 changes: 2 additions & 1 deletion trunk/arch/mips/au1000/common/prom.c
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ void prom_init_cmdline(void)
}
if (cp != &(arcs_cmdline[0])) /* get rid of trailing space */
--cp;
*cp = '\0';
if (prom_argc > 1)
*cp = '\0';

}

Expand Down

0 comments on commit 01a90ba

Please sign in to comment.