Fix some more char* -> gchar*.

Signed-off-by: Steffen Jaeckel <jaeckel-floss@eyet-services.de>
This commit is contained in:
Steffen Jaeckel
2023-07-27 12:38:30 +02:00
parent 8618203988
commit 5657aac33d
18 changed files with 96 additions and 120 deletions

View File

@@ -184,7 +184,7 @@ log_init(log_level_t filter, char* log_file)
g_chmod(mainlogfile, S_IRUSR | S_IWUSR);
}
const char*
const gchar*
get_log_file_location(void)
{
return mainlogfile;