mirror of
https://git.wownero.com/wownero/onion-wownero-blockchain-explorer.git
synced 2024-08-15 00:33:12 +00:00
return if lecical_cast fails
This commit is contained in:
parent
06675305ba
commit
2cc0030e17
1 changed files with 2 additions and 2 deletions
|
@ -888,7 +888,7 @@ namespace xmreg {
|
||||||
}
|
}
|
||||||
catch(boost::bad_lexical_cast &e)
|
catch(boost::bad_lexical_cast &e)
|
||||||
{
|
{
|
||||||
cerr << search_text << " is not a number" << endl;
|
return result_html;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue