Skip to content

Commit

Permalink
fix 2 bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
cnotred committed Jun 22, 2023
1 parent f0d81de commit c077381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/util_lib/util.c
Original file line number Diff line number Diff line change
Expand Up @@ -7165,7 +7165,7 @@ char * prepare_cache ( const char *mode)
else if ( strm (mode, "ignore") || strm (mode, "no"))
{

cache=csprintf (cache,"%s/",vtmpnam(cache));
cache=csprintf (cache,"%s/",vtmpnam(cache));//fixed bug
printf_system_direct ("mkdir %s",cache);
}
else if ( strm (mode, "update"))
Expand Down

0 comments on commit c077381

Please sign in to comment.