commit | 912df1e8ab61962c29eb4faff17a7d75c4905b84 | [log] [tgz] |
---|---|---|
author | Paul Jakma <paul.jakma@sun.com> | Tue Jan 08 13:50:11 2008 +0000 |
committer | Paul Jakma <paul.jakma@sun.com> | Tue Jan 08 13:50:11 2008 +0000 |
tree | 5c9f8aebdb7fd2b79edb3dd1034ef21ba0b9da4e | |
parent | 370b64a2ad38e43b4bed028960481bbf4192becd [diff] |
[lib] add mising UL qualifier to numerical constant 2008-01-08 Pavol Rusnak <prusnak@suse.cz> * memory.c: (mtype_memstr) Fix accidental shift past width of type, constant should have been forced to UL, rather than being left to default to int.