Skip to content

Commit

Permalink
remove miscellaneous superflous stderr msg in zsv_get_temp_filename()
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidaty committed Jan 17, 2025
1 parent dd2e78b commit 7fed09e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/utils/file.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ char *zsv_get_temp_filename(const char *prefix) {
if (uRetVal > 0)
return strdup(szTempFileName);
zsv_perror(lpTempPathBuffer);
fprintf(stderr, " prefix: %s\n", prefix);
}

return NULL;
Expand Down

0 comments on commit 7fed09e

Please sign in to comment.