Changeset 390 for trunk/src/cppbase


Ignore:
Timestamp:
May 30, 2011, 5:44:18 PM (14 years ago)
Author:
pr
Message:

Add nlsThousandsLong to fix signed/unsigned display error.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/cppbase/bs_string_base.cpp

    r254 r390  
    88
    99/*
    10  *      This file Copyright (C) 1999-2001 Ulrich M”ller.
     10 *      This file Copyright (C) 1999-2011 Ulrich M”ller.
    1111 *      This program is free software; you can redistribute it and/or modify
    1212 *      it under the terms of the GNU General Public License as published by
     
    374374 *
    375375 *@@added V0.9.18 (2002-03-08) [umoeller]
     376 *@@changed WarpIN V1.0.20 (2011-05-30) [pr]: fix signed/unsigned error
    376377 */
    377378
     
    383384    CHAR sz[100];
    384385    if (cThousands)
    385         nlsThousandsULong(sz, value, cThousands);
     386        nlsThousandsLong(sz, value, cThousands);
    386387    else
    387388        _itoa(value, sz, 10);
Note: See TracChangeset for help on using the changeset viewer.