mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 13:00:08 +00:00
Merge branch 'master' of github.com:coolwanglu/pdf2htmlEX
This commit is contained in:
commit
b337163361
@ -72,7 +72,7 @@ bool sanitize_filename(string & filename)
|
||||
}
|
||||
|
||||
// Check to see if we yielded a valid format specifier
|
||||
if('d' == tmp.back())
|
||||
if('d' == tmp[tmp.size()-1])
|
||||
{
|
||||
// Found a valid integer format
|
||||
sanitized.append(tmp);
|
||||
|
Loading…
Reference in New Issue
Block a user