mirror of
https://github.com/jmcnamara/libxlsxwriter.git
synced 2026-05-15 14:15:54 -06:00
Prep for release 0.7.8.
This commit is contained in:
parent
b203f94f5a
commit
2fd7a4f814
6 changed files with 21 additions and 9 deletions
2
third_party/tmpfileplus/tmpfileplus.c
vendored
2
third_party/tmpfileplus/tmpfileplus.c
vendored
|
|
@ -189,7 +189,7 @@ static FILE *mktempfile_internal(const char *tmpdir, const char *pfx, char **tmp
|
|||
*/
|
||||
{
|
||||
FILE *fp;
|
||||
int fd;
|
||||
int fd = 0;
|
||||
char randpart[] = "1234567890";
|
||||
size_t lentempname;
|
||||
int i;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue