Changeset 883 for cpp/frams/param
- Timestamp:
- 06/02/19 03:10:09 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/param/param.cpp
r822 r883 1 1 // This file is a part of Framsticks SDK. http://www.framsticks.com/ 2 // Copyright (C) 1999-201 8Maciej Komosinski and Szymon Ulatowski.2 // Copyright (C) 1999-2019 Maciej Komosinski and Szymon Ulatowski. 3 3 // See LICENSE.txt for details. 4 4 … … 587 587 else 588 588 { 589 setFromString(i, p0 + p_len + 1, false); 589 SString s = SString(p0 + p_len + 1); 590 unquoteTilde(s); 591 setFromString(i, s.c_str(), false); 590 592 } 591 593 fields_loaded++;
Note: See TracChangeset
for help on using the changeset viewer.