Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sw 0016 #29

Merged
merged 3 commits into from
Sep 17, 2014
Merged

Sw 0016 #29

merged 3 commits into from
Sep 17, 2014

Conversation

wfeldt
Copy link
Member

@wfeldt wfeldt commented Sep 17, 2014

No description provided.

for(i = 0; i < sizeof default_list / sizeof *default_list && !config.digests.failed; i++) {
url_read_file(url, NULL, default_list[i][0], default_list[i][1], NULL, 0 /* + URL_FLAG_PROGRESS */);
}
for(i = 0; i < sizeof default_list / sizeof *default_list && !config.digests.failed; i++) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can this !config.digests.failed happen now if we do not do digesting?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, can go

@jreidinger
Copy link
Member

LGTM

wfeldt added a commit that referenced this pull request Sep 17, 2014
@wfeldt wfeldt merged commit 91b1125 into master Sep 17, 2014
@wfeldt wfeldt deleted the sw_0016 branch October 14, 2014 07:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants