X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fptty.c;h=b0b247a0f70a8c169da1715fc6705df7c904da4f;hb=5cded6a34ead3205baf1a45ed5adbee24ebec685;hp=860928e0135aa5ea81aa0802c22c46921a124047;hpb=11313f344099e326aaf010fb9781b921df3b1967;p=sympathy.git diff --git a/src/ptty.c b/src/ptty.c index 860928e..b0b247a 100644 --- a/src/ptty.c +++ b/src/ptty.c @@ -10,6 +10,9 @@ static char rcsid[] = "$Id$"; /* * $Log$ + * Revision 1.8 2008/02/23 11:48:37 james + * *** empty log message *** + * * Revision 1.7 2008/02/22 17:07:00 james * *** empty log message *** * @@ -149,7 +152,6 @@ ptty_open (char *path, char *argv[]) return NULL; case 0: /*waaah */ setenv ("TERM", "xterm", 1); - setenv ("LANG", "C", 1); if (!path) path = "/bin/sh";