Nasal/string.nas: Corrected a misspelled variable name.
This commit is contained in:
parent
eea2f89080
commit
24d9e19cd8
1 changed files with 1 additions and 1 deletions
|
@ -363,7 +363,7 @@ var scanf = func(test, format, result) {
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
sucess = 2; # safe match
|
success = 2; # safe match
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return str.getc() == nil and format.getc() == nil ? success : 0;
|
return str.getc() == nil and format.getc() == nil ? success : 0;
|
||||||
|
|
Loading…
Add table
Reference in a new issue