Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 33367
b: refs/heads/master
c: e0e9263
h: refs/heads/master
i:
  33365: fcb5d1c
  33363: bba27a3
  33359: 1c1fc2a
v: v3
  • Loading branch information
Hans de Goede authored and Greg Kroah-Hartman committed Aug 15, 2006
1 parent b9ab7d5 commit 3a4d8dd
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: 80914d97aa0c61fbfd8eadd120c863b6229f0809
refs/heads/master: e0e92632715f08dddeddb72b76e04c20126e1f67
2 changes: 1 addition & 1 deletion trunk/scripts/mod/file2alias.c
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ static void do_input(char *alias,
unsigned int i;

for (i = min; i < max; i++)
if (arr[i / BITS_PER_LONG] & (1 << (i%BITS_PER_LONG)))
if (arr[i / BITS_PER_LONG] & (1L << (i%BITS_PER_LONG)))
sprintf(alias + strlen(alias), "%X,*", i);
}

Expand Down

0 comments on commit 3a4d8dd

Please sign in to comment.