mirror of
https://github.com/adamdruppe/arsd.git
synced 2025-04-26 13:20:05 +03:00
catching up on lots of changes.
This commit is contained in:
parent
ca50fc2016
commit
5b816cb7e7
13 changed files with 1325 additions and 621 deletions
2
sha.d
2
sha.d
|
@ -134,7 +134,7 @@ struct FileByByte {
|
|||
fclose(fp);
|
||||
}
|
||||
|
||||
@property void popFront() {
|
||||
void popFront() {
|
||||
f = cast(ubyte) fgetc(fp);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue