mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-26 00:12:31 +01:00
Fixed const correctness in functions using 'wusergnusteppath'
The change introduced in previous commit for const correctness has a small impact on WindowMaker's code, this patch fixes all the new warnings.
This commit is contained in:
committed by
Carlos R. Mafra
parent
cd1c55d63c
commit
a18fd7cd69
@@ -416,7 +416,8 @@ char *get_name_for_instance_class(char *wm_instance, char *wm_class)
|
||||
|
||||
static char *get_icon_cache_path(void)
|
||||
{
|
||||
char *prefix, *path;
|
||||
const char *prefix;
|
||||
char *path;
|
||||
int len, ret;
|
||||
|
||||
prefix = wusergnusteppath();
|
||||
|
||||
Reference in New Issue
Block a user