mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
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:
parent
b04641a6a8
commit
3b9be31642
20 changed files with 122 additions and 134 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue