1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-02 16:25:41 +00:00

Merge branch 'master' of github.com:coolwanglu/pdf2htmlEX

This commit is contained in:
Lu Wang 2013-03-21 22:30:01 +08:00
commit b337163361

View File

@ -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);