[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug #2510] StringTokenizer skipAllDelimiters: StringTokenizer ctor does
From: |
nobody |
Subject: |
[Bug #2510] StringTokenizer skipAllDelimiters: StringTokenizer ctor doesn't initialize skipAll right |
Date: |
Wed, 12 Feb 2003 04:31:58 -0500 |
=================== BUG #2510: LATEST MODIFICATIONS ==================
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=2510&group_id=89
Changes by: Federico Montesino Pouzols <address@hidden>
Date: 2003-Feb-12 10:31 (Europe/Madrid)
What | Removed | Added
---------------------------------------------------------------------------
Resolution | None | Fixed
Assigned to | None | fedemp
Status | Open | Closed
CC | | address@hidden
------------------ Additional Follow-up Comments ----------------------------
Yes, this looks like a typo. It is fixed in CVS.
=================== BUG #2510: FULL BUG SNAPSHOT ===================
Submitted by: None Project: commonc++
Submitted on: 2003-Feb-10 12:54
Category: None Severity: 5 - Major
Bug Group: None Resolution: Fixed
Assigned to: fedemp Status: Closed
Summary: StringTokenizer skipAllDelimiters: StringTokenizer ctor doesn't
initialize skipAll right
Original Submission: this is the ctor:
StringTokenizer::StringTokenizer (const char *_str,
const char *_delim,
bool _skipAll,
bool _trim)
: str(_str),delim(_delim),skipAll(skipAll),trim(_trim) {....
notice that skipAll is initizlize with its own value. (should be
(...,skipAll(_skipAll))).
this means there is no skipping of delimiters
Follow-up Comments
*******************
-------------------------------------------------------
Date: 2003-Feb-12 10:31 By: fedemp
Yes, this looks like a typo. It is fixed in CVS.
CC List
*******
CC Address | Comment
------------------------------------+-----------------------------
address@hidden |
No files currently attached
For detailed info, follow this link:
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=2510&group_id=89
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Bug #2510] StringTokenizer skipAllDelimiters: StringTokenizer ctor doesn't initialize skipAll right,
nobody <=