Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 366935
b: refs/heads/master
c: 53faa68
h: refs/heads/master
i:
  366933: d1cedac
  366931: f1a08fe
  366927: 5df567a
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Apr 4, 2013
1 parent eee66fb commit a6c09f1
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: f9f11dfe4831adb1531e1face9dcd9fc57665d2e
refs/heads/master: 53faa685fa7df0e12751eebbda30bc7e7bb5e71a
2 changes: 1 addition & 1 deletion trunk/drivers/media/common/siano/smscoreapi.c
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ char *smscore_translate_msg(enum msg_types msgtype)
int i = msgtype - MSG_TYPE_BASE_VAL;
char *msg;

if (i < 0 || i > ARRAY_SIZE(siano_msgs))
if (i < 0 || i >= ARRAY_SIZE(siano_msgs))
return "Unknown msg type";

msg = siano_msgs[i];
Expand Down

0 comments on commit a6c09f1

Please sign in to comment.