mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-18 19:50:18 +00:00
Eliminate some more warnings
This commit is contained in:
@@ -166,7 +166,7 @@ list_delentry (GSList ** list, char *name)
|
||||
}
|
||||
|
||||
char *
|
||||
cfg_get_str (char *cfg, char *var, char *dest, int dest_len)
|
||||
cfg_get_str (char *cfg, const char *var, char *dest, int dest_len)
|
||||
{
|
||||
char buffer[128]; /* should be plenty for a variable name */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user