Skip to content

Commit

Permalink
Fixed WinSCP connection
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoMartins86 committed Jun 12, 2020
1 parent e8c00c0 commit f488652
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified bftps/lib/libbftps.a
Binary file not shown.
2 changes: 1 addition & 1 deletion source/menus/menu_ftp.c
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ void Menu_DisplayFTP(void) {
Draw_Text(((320 - Draw_GetTextWidth(0.45f, buf2)) / 2), 150, 0.45f, WHITE, buf2);
Draw_Text(((320 - Draw_GetTextWidth(0.35f, my_basename(file->name))) / 2), 170, 0.35f, WHITE, my_basename(file->name));
position = 0;
progress = round(fraction * (float)xlim);
progress = 40+round(fraction * (float)(xlim-40));
}
else {
snprintf(buf2, 512, "Receiving %.2fMB",
Expand Down

0 comments on commit f488652

Please sign in to comment.