mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 05:51:27 +12:00
Small plain scalar scanning fixes.
This commit is contained in:
parent
8fca02fb2a
commit
a224c7818b
6 changed files with 82 additions and 48 deletions
|
@ -34,10 +34,7 @@ namespace YAML
|
|||
std::ifstream fin(fileName.c_str());
|
||||
Scanner scanner(fin);
|
||||
|
||||
try {
|
||||
scanner.Scan();
|
||||
} catch(const Exception& e) {
|
||||
}
|
||||
scanner.Scan();
|
||||
getchar();
|
||||
// if(!scanner)
|
||||
// return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue