Changeset 390 for trunk/src/cppbase
- Timestamp:
- May 30, 2011, 5:44:18 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/cppbase/bs_string_base.cpp
r254 r390 8 8 9 9 /* 10 * This file Copyright (C) 1999-20 01 Ulrich Mller.10 * This file Copyright (C) 1999-2011 Ulrich Mller. 11 11 * This program is free software; you can redistribute it and/or modify 12 12 * it under the terms of the GNU General Public License as published by … … 374 374 * 375 375 *@@added V0.9.18 (2002-03-08) [umoeller] 376 *@@changed WarpIN V1.0.20 (2011-05-30) [pr]: fix signed/unsigned error 376 377 */ 377 378 … … 383 384 CHAR sz[100]; 384 385 if (cThousands) 385 nlsThousands ULong(sz, value, cThousands);386 nlsThousandsLong(sz, value, cThousands); 386 387 else 387 388 _itoa(value, sz, 10);
Note:
See TracChangeset
for help on using the changeset viewer.