Skip to content

Commit 4cda0af

Browse files
committed
Remove deprecated method
1 parent 868acc8 commit 4cda0af

File tree

1 file changed

+1
-1
lines changed
  • sqliter-driver/src/mingwMain/kotlin/co/touchlab/sqliter/internal

1 file changed

+1
-1
lines changed

sqliter-driver/src/mingwMain/kotlin/co/touchlab/sqliter/internal/File.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ internal class File(dirPath:String? = null, name:String) {
9393
}
9494
// Reuse the original string if possible.
9595
return if (newLength != length) {
96-
String(newPath)
96+
newPath.concatToString()
9797
} else {
9898
origPath
9999
}

0 commit comments

Comments
 (0)