Skip to content
Snippets Groups Projects
Commit 6b60b884 authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

%i added to sscanf

Rev: src/opcodes.c:1.11
parent 52b62b55
No related branches found
No related tags found
No related merge requests found
......@@ -569,6 +569,7 @@ static INT32 low_sscanf(INT32 num_arg)
}
case 'D':
case 'i':
{
char * t;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment