config: privatise short name
Note that this now uses `unsigned char` rather than `char`, consistent with the expectation for the `%c` format string specifier. This also avoids using a signed value to index an array.
parent
b8e7e225
No related branches found
No related tags found
Showing
- include/vlc_configuration.h 0 additions, 1 deletioninclude/vlc_configuration.h
- src/config/cmdline.c 5 additions, 5 deletionssrc/config/cmdline.c
- src/config/configuration.h 1 addition, 0 deletionssrc/config/configuration.h
- src/config/help.c 3 additions, 3 deletionssrc/config/help.c
- src/modules/cache.c 2 additions, 2 deletionssrc/modules/cache.c
- src/modules/entry.c 5 additions, 1 deletionsrc/modules/entry.c
Loading
Please register or sign in to comment