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

FIXME: Find a better way to deal with 0 byte files #100

Open
nyanpasu opened this issue Sep 7, 2014 · 1 comment
Open

FIXME: Find a better way to deal with 0 byte files #100

nyanpasu opened this issue Sep 7, 2014 · 1 comment
Labels

Comments

@nyanpasu
Copy link
Member

nyanpasu commented Sep 7, 2014

And while you're at it, try to write an alternative to obtaining/calculating per file progress. I'll link the offending lines in a follow up post.

@nyanpasu nyanpasu added the Task label Sep 7, 2014
@nyanpasu
Copy link
Member Author

nyanpasu commented Sep 7, 2014

int file_size = ft.fs.file_size(ft.index); // FIXME #100 Find a better way to deal with 0 size files.

int file_size = ft.fs.file_size(ft.index); // FIXME #100 Find a better way to deal with 0 size files.

int file_size = torrent->getInfo()->files().file_size(row[m_cols.m_col_index]); // FIXME #100 Find a better way to deal with 0 size files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant