diff --git a/scheduler/colorman.c b/scheduler/colorman.c index 9071271f0b..1dfb543540 100644 --- a/scheduler/colorman.c +++ b/scheduler/colorman.c @@ -1014,7 +1014,7 @@ colord_create_profile( DBusError error; /* D-Bus error */ char *idstr; /* Profile ID string */ size_t idstrlen; /* Profile ID allocated length */ - const char *profile_path; /* Device object path */ + char *profile_path; /* Device object path */ char format_str[1024]; /* Qualifier format as a string */