Skip to content

Commit

Permalink
windows version : fix v2 cfg file.
Browse files Browse the repository at this point in the history
  • Loading branch information
jfdelnero committed Jul 25, 2018
1 parent 1587b8d commit dc33754
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions sdl/slot_list_gen.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
extern int media_init();
extern int media_read(uint32 sector, uint8 *buffer, uint32 sector_count);
extern int media_write(uint32 sector, uint8 *buffer, uint32 sector_count);
extern int check_firmware_version(ui_context * ctx);
extern FL_FILE * cfg_file_handle;
extern int getext(char * path,char * exttodest);
extern int read_cfg_file(ui_context * ctx,unsigned char * cfgfile_header);
Expand Down Expand Up @@ -95,6 +96,8 @@ int cmd_mount_drive(ui_context * ctx, int drive)

if( ret == ERR_NO_ERROR )
{
check_firmware_version(ctx);

ret = read_cfg_file(ctx,cfgfile_header);

if( ret != ERR_NO_ERROR)
Expand Down
4 changes: 2 additions & 2 deletions version.h
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#define VERSIONCODE "1.82a"
#define DATECODE "19 June 2018"
#define VERSIONCODE "1.83a"
#define DATECODE "25 June 2018"

0 comments on commit dc33754

Please sign in to comment.