Skip to content

Commit

Permalink
Merge pull request #5 from s-ludwig/patch-1
Browse files Browse the repository at this point in the history
Fix deprecation warning
  • Loading branch information
FreeSlave authored Jun 10, 2022
2 parents fa1ec12 + 12f8e02 commit f2c2108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/volumeinfo.d
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ out(result) {
assert(result.isAbsolute);
}
}
body {
do {
if (path.length == 0)
return string.init;
import std.path : absolutePath;
Expand Down

0 comments on commit f2c2108

Please sign in to comment.