mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-25 10:48:14 +00:00
Fix a build warning and a dangerous possible crasher.
llvm-svn: 165460
This commit is contained in:
parent
40a69600af
commit
13d4dfd3f2
@ -73,7 +73,7 @@ public:
|
||||
%extend {
|
||||
void Print (const char* str)
|
||||
{
|
||||
self->Printf(str);
|
||||
self->Printf("%s", str);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user