Changes in boot/generic/src/str.c [1433ecda:7c3fb9b] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/generic/src/str.c
r1433ecda r7c3fb9b 215 215 return EINVAL; 216 216 217 /* Unsigned version of ch (bit operations should only be done 218 on unsigned types). */ 217 /* 218 * Unsigned version of ch (bit operations should only be done 219 * on unsigned types). 220 */ 219 221 uint32_t cc = (uint32_t) ch; 220 222
Note:
See TracChangeset
for help on using the changeset viewer.