mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-22 21:40:19 +00:00
Fix warning
This commit is contained in:
@@ -249,7 +249,7 @@ char *
|
|||||||
expand_homedir (char *file)
|
expand_homedir (char *file)
|
||||||
{
|
{
|
||||||
#ifndef WIN32
|
#ifndef WIN32
|
||||||
char *ret, *user;
|
char *user;
|
||||||
struct passwd *pw;
|
struct passwd *pw;
|
||||||
|
|
||||||
if (file[0] == '~')
|
if (file[0] == '~')
|
||||||
|
|||||||
Reference in New Issue
Block a user