Changeset 1471 for trunk/contrib/applications/NXextract/src/membuf.cpp
- Timestamp:
- 09/05/10 13:37:48 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/contrib/applications/NXextract/src/membuf.cpp
r1446 r1471 643 643 String CMemBuf::HexString() const 644 644 { 645 static c har *pszHexa = "0123456789ABCDEF";645 static const char *pszHexa = "0123456789ABCDEF"; 646 646 ostringstream oss; 647 647 String str;
Note: See TracChangeset
for help on using the changeset viewer.
