We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
while (1) { size_t _wr_len = snprintf(svgFilenameBuffer, svgFilenameBufLen, svgFilename, pageInd + 1); if (_wr_len >= svgFilenameBufLen) { svgFilenameBufLen = _wr_len + 1; svgFilenameBuffer = (char*)realloc(svgFilenameBuffer, svgFilenameBufLen); assert(svgFilenameBuffer != NULL); continue; } break; }
modify here can work
The text was updated successfully, but these errors were encountered:
@dawbarton, could you merge the latest commits from https://github.com/JackieFei/pdf2svg? HomeBrew points to your repository and the resulting binary is buggy…
Sorry, something went wrong.
No branches or pull requests
modify here can work
The text was updated successfully, but these errors were encountered: