Skip to content

Commit d5ef415

Browse files
stokitoraveit65
authored and
raveit65
committed
fix fr-command-cfile.c: fr_process_set_working_dir
1 parent 0577456 commit d5ef415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fr-command-cfile.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ fr_command_cfile_add (FrCommand *comm,
235235
}
236236
else if (is_mime_type (comm->mime_type, "application/x-brotli")) {
237237
fr_process_begin_command (comm->process, "brotli");
238-
r_process_set_working_dir (comm->process, temp_dir);
238+
fr_process_set_working_dir (comm->process, temp_dir);
239239
fr_process_add_arg (comm->process, "--");
240240
fr_process_add_arg (comm->process, filename);
241241
fr_process_end_command (comm->process);

0 commit comments

Comments
 (0)