Skip to content
Snippets Groups Projects
Commit e644578e authored by deuce's avatar deuce
Browse files

Hard-code constant instead of using something from sbbsdefs.js.

parent 147e739c
Branches
Tags
No related merge requests found
......@@ -57,7 +57,7 @@ function FileBase(dir) {
this.credits = parseInt(getrec(dat, 9), 10);
this.desc = getrec(dat, 58);
dat.readBin(2); // Should be \r\n
this.uploader = getrec(dat, LEN_ALIAS);
this.uploader = getrec(dat, 25);
dat.read(5); // Padding?
dat.readBin(2); // Should be \r\n
this.downloaded = parseInt(getrec(dat, 5), 10);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment