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