Skip to content

Commit

Permalink
Fix the value to use a correct type
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-cerny committed Jul 23, 2021
1 parent 66ae271 commit cac289e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DS/ds_sds_session.c
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ void ds_sds_session_configure_remote_resources(struct ds_sds_session *session, b

void ds_sds_session_set_remote_resources(struct ds_sds_session *session, bool allowed, download_progress_calllback_t callback)
{
ds_sds_session_configure_remote_resources(session, allowed, false, callback);
ds_sds_session_configure_remote_resources(session, allowed, NULL, callback);
}

const char *ds_sds_session_local_files(struct ds_sds_session *session)
Expand Down

0 comments on commit cac289e

Please sign in to comment.