Bug fixed in getHomeDir().
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1871 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -180,7 +180,7 @@ getHomeDir (void)
|
|||||||
return NULL;
|
return NULL;
|
||||||
// NB: pw points to a static buffer.
|
// NB: pw points to a static buffer.
|
||||||
|
|
||||||
return pw->pw_name;
|
return pw->pw_dir;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user