Skip to content

Commit

Permalink
fix fr-command-cfile.c: fr_process_set_working_dir
Browse files Browse the repository at this point in the history
  • Loading branch information
stokito authored and raveit65 committed Dec 28, 2018
1 parent 0577456 commit d5ef415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fr-command-cfile.c
Expand Up @@ -235,7 +235,7 @@ fr_command_cfile_add (FrCommand *comm,
}
else if (is_mime_type (comm->mime_type, "application/x-brotli")) {
fr_process_begin_command (comm->process, "brotli");
r_process_set_working_dir (comm->process, temp_dir);
fr_process_set_working_dir (comm->process, temp_dir);
fr_process_add_arg (comm->process, "--");
fr_process_add_arg (comm->process, filename);
fr_process_end_command (comm->process);
Expand Down

0 comments on commit d5ef415

Please sign in to comment.