Skip to content

Commit

Permalink
Replace '->' by Unicode char
Browse files Browse the repository at this point in the history
  • Loading branch information
leo-arch committed Oct 25, 2024
1 parent 2d877df commit a396dd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/file_operations.c
Original file line number Diff line number Diff line change
Expand Up @@ -1057,7 +1057,7 @@ get_new_link_target(char *cur_target)
static void
print_current_target(char *target)
{
fputs(_("Current target -> "), stdout);
printf(_("Current target %s%s%s "), dn_c, SET_MSG_PTR, df_c);

struct stat a;
if (lstat(target, &a) != -1) {
Expand Down

0 comments on commit a396dd3

Please sign in to comment.