Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 248148
b: refs/heads/master
c: d8e4f9a
h: refs/heads/master
v: v3
  • Loading branch information
Takashi Iwai committed Apr 4, 2011
1 parent 45acbb3 commit 7763a85
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: 2475b0d407614ea5a41b8325d45c614d94087088
refs/heads/master: d8e4f9aed82c68b60f81b2e7977c46868d51062f
2 changes: 1 addition & 1 deletion trunk/sound/core/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ static void snd_card_set_id_no_lock(struct snd_card *card, const char *nid)
id = card->id;

if (*id == '\0')
strcpy(id, "default");
strcpy(id, "Default");

while (1) {
if (loops-- == 0) {
Expand Down

0 comments on commit 7763a85

Please sign in to comment.