We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a00cb5 commit 6c37949Copy full SHA for 6c37949
std/path.d
@@ -3269,7 +3269,7 @@ body
3269
/* Match for:
3270
* pattern[pi0..pi-1] ~ pattern[piRemain..$]
3271
*/
3272
- if (pattmp.ptr == null)
+ if (pattmp is null)
3273
// Allocate this only once per function invocation.
3274
// Should do it with malloc/free, but that would make it impure.
3275
pattmp = new C[pattern.length];
0 commit comments