Changeset 492:dab2c27794cc in verona
- Timestamp:
- May 25, 2012 5:28:33 PM (12 months ago)
- Branch:
- default
- File:
-
- 1 edited
-
swig/verona.i (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
swig/verona.i
r491 r492 84 84 jint len = jenv->GetStringUTFLength(jst); 85 85 jint jlen = jenv->GetStringLength(jst); 86 st.capacity( len);86 st.capacity((size_t)len); 87 87 jenv->GetStringUTFRegion(jst, 0, jlen, (char*) st.data()); 88 st.resize( len);88 st.resize((size_t)len); 89 89 90 90 }
Note: See TracChangeset
for help on using the changeset viewer.
