Fix a build warning and a dangerous possible crasher.
llvm-svn: 165460
This commit is contained in:
@@ -73,7 +73,7 @@ public:
|
||||
%extend {
|
||||
void Print (const char* str)
|
||||
{
|
||||
self->Printf(str);
|
||||
self->Printf("%s", str);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user