> The following patch uses the hostname instead of "alamakota" [...] > babelweb, to display a meaningful name automatically.
Thanks, applied with minor modifications. (I've added some paranoia, since strncpy does not necessarily NUL-terminate the destination. It should not matter in this particular case, since gethostname should fail on overflow, but I'm always nervous about that.) (I've also edited the commit message, and changed your address to match your other submissions -- or was the different address deliberate?) -- Juliusz _______________________________________________ Babel-users mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/babel-users

