Skip to content

Commit 98039bc

Browse files
authored
Update Exprs.swift
1 parent 9a903fc commit 98039bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ASTGen/Sources/ASTGen/Exprs.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ extension ASTGenVisitor {
7979
return nil
8080
}
8181
return name.withUTF8 { buf in
82-
SwiftASTContext_getIdentifier(ctx, buf.baseAddress, buf.count)
82+
SwiftASTContext_getIdentifier(ctx, buf.baseAddress, SwiftInt(buf.count))
8383
}
8484
}
8585
let labelLocs: [UnsafeMutableRawPointer] = node.map {

0 commit comments

Comments
 (0)