commit | 48f31ee7427f7e2b87b5b9cf9b86e3b411acf8f0 | [log] [tgz] |
---|---|---|
author | Rasmus Villemoes <rasmus.villemoes@prevas.dk> | Wed Jan 03 11:47:05 2024 +0100 |
committer | Tom Rini <trini@konsulko.com> | Tue Jan 16 17:05:29 2024 -0500 |
tree | 79276efc8ed33018d6c371f32ef2aeccbee16d33 | |
parent | 88a5b32057982d22d8fd4bdc2a3aacec569367c2 [diff] |
cmd/command.c: constify "arg" argument of cmd_get_data_size() This function obviously does not and must not modify "arg". Change the prototype to allow passing an argument of type "const char*" without requiring a cast. Signed-off-by: Rasmus Villemoes <rasmus.villemoes@prevas.dk>