dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnet/support locale.c,1.4,1.5


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/support locale.c,1.4,1.5
Date: Tue, 10 Dec 2002 19:06:08 -0500

Update of /cvsroot/dotgnu-pnet/pnet/support
In directory subversions:/tmp/cvs-serv6798/support

Modified Files:
        locale.c 
Log Message:


ILGetCultureName: formatting error when getting the name of the
current culture from "LANG".


Index: locale.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/support/locale.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** locale.c    14 Nov 2002 04:07:27 -0000      1.4
--- locale.c    11 Dec 2002 00:06:06 -0000      1.5
***************
*** 278,285 ****
                return 0;
        }
!       name[3] = '-';
!       name[4] = ToUpper(env[3]);
!       name[5] = ToUpper(env[4]);
!       name[6] = '\0';
        return ILDupString(name);
  }
--- 278,285 ----
                return 0;
        }
!       name[2] = '-';
!       name[3] = ToUpper(env[3]);
!       name[4] = ToUpper(env[4]);
!       name[5] = '\0';
        return ILDupString(name);
  }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]