Skip to content

Commit d0f1960

Browse files
jercaianun8sh
authored andcommitted
Changed getAvailableDiskSpace signature
1 parent d38cbf9 commit d0f1960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

std/file.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5246,7 +5246,7 @@ Returns:
52465246
Throws:
52475247
$(LREF FileException) in case of failure
52485248
*/
5249-
ulong getAvailableDiskSpace(string path) @safe
5249+
ulong getAvailableDiskSpace(scope const(char)[] path) @safe
52505250
{
52515251
version (Windows)
52525252
{

0 commit comments

Comments
 (0)