add last night's changes based on static analyser results.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@32507 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2011-03-09 10:24:18 +00:00
parent b04641a6a8
commit 3b9be31642
20 changed files with 122 additions and 134 deletions

View file

@ -1459,7 +1459,7 @@ NSDictionary *locale)
if (specs[nspecs_done].info.spec != '\0')
*bp++ = specs[nspecs_done].info.spec;
*bp++ = '\0';
*bp = '\0';
if (specs[nspecs_done].info.is_long_double)
{
@ -1577,7 +1577,7 @@ NSDictionary *locale)
if (specs[nspecs_done].info.spec != '\0')
*bp++ = specs[nspecs_done].info.spec;
*bp++ = '\0';
*bp = '\0';
if (specs[nspecs_done].info.is_long_double)
{