mirror of
https://github.com/irssi/irssi.git
synced 2026-08-19 08:32:07 +02:00
Win32 updates
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@784 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
df10f182c0
commit
e0bc134d66
7 changed files with 34 additions and 3 deletions
|
|
@ -127,7 +127,9 @@ int poptReadDefaultConfig(poptContext con, int useEnv) {
|
|||
|
||||
rc = poptReadConfigFile(con, "/etc/popt");
|
||||
if (rc) return rc;
|
||||
#ifndef WIN32
|
||||
if (getuid() != geteuid()) return 0;
|
||||
#endif
|
||||
|
||||
if ((home = getenv("HOME"))) {
|
||||
fn = alloca(strlen(home) + 20);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue