mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-21 06:01:23 +00:00
Merge branch 'merge'
This commit is contained in:
commit
aa43f77939
521 changed files with 17283 additions and 6165 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue