mirror of
https://bitbucket.org/seefoe/src.git
synced 2026-07-31 01:15:45 -04:00
fix more warnings
This commit is contained in:
@@ -92,7 +92,7 @@ RemoteDebug::Variable::Variable(const std::string& name, void *memLoc, VARIABLE_
|
||||
break;
|
||||
|
||||
case CSTRING:
|
||||
m_value.stringValue = &s;
|
||||
m_value.stringValue = s;
|
||||
break;
|
||||
|
||||
case BOOL:
|
||||
|
||||
Reference in New Issue
Block a user