use getpwuid() instead of getlogin() on linux as the latter doesn't seem to work...
commit00552cf58d2858646961f1100142dd42cdac2fb5
authorbluebrother <bluebrother@a1c6a512-1295-4272-9138-f99709370657>
Sat, 21 Jun 2008 11:40:04 +0000 (21 11:40 +0000)
committerbluebrother <bluebrother@a1c6a512-1295-4272-9138-f99709370657>
Sat, 21 Jun 2008 11:40:04 +0000 (21 11:40 +0000)
treeb19e0c48cc93770547ee56c8e153d4464b59a635
parent295e54c55a402163efbec20f858228926e4953bb
use getpwuid() instead of getlogin() on linux as the latter doesn't seem to work in all cases. Thanks to BigBambi for reporting.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17740 a1c6a512-1295-4272-9138-f99709370657
rbutil/rbutilqt/utils.cpp