wok-next diff syslinux/stuff/extra/ifmem.c @ rev 12210
syslinux: add md5sum.c32
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Mar 31 14:27:35 2012 +0200 (2012-03-31) |
parents | 9bf2fe503ae4 |
children | d64d0a05e432 |
line diff
1.1 --- a/syslinux/stuff/extra/ifmem.c Sat Feb 25 11:52:40 2012 +0100 1.2 +++ b/syslinux/stuff/extra/ifmem.c Sat Mar 31 14:27:35 2012 +0200 1.3 @@ -106,7 +106,7 @@ 1.4 // find target according to ram size 1.5 ram_size = memory_size(); 1.6 printf("Total memory found %luK.\n",ram_size); 1.7 - ram_size += (1 <<= 10); // add 1M to round boundaries... 1.8 + ram_size += (1 << 10); // add 1M to round boundaries... 1.9 1.10 i = 1; 1.11 s = argv[1];