Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 78023
b: refs/heads/master
c: fa09187
h: refs/heads/master
i:
  78021: db8c9e0
  78019: cd9e663
  78015: 1ff3e58
v: v3
  • Loading branch information
Roel Kluin authored and Ralf Baechle committed Jan 29, 2008
1 parent 32ef8f4 commit a4abf03
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: 33202349eff1f90a593924a61291e5466306ab8e
refs/heads/master: fa09187c34e0d8c8337268a757cff942192131b1
2 changes: 1 addition & 1 deletion trunk/arch/mips/fw/arc/cmdline.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ static char * __init move_firmware_args(char* cp)
strcat(cp, used_arc[i][1]);
cp += strlen(used_arc[i][1]);
/* ... and now the argument */
s = strstr(prom_argv(actr), "=");
s = strchr(prom_argv(actr), '=');
if (s) {
s++;
strcpy(cp, s);
Expand Down

0 comments on commit a4abf03

Please sign in to comment.