Files
haikuports/dev-libs/objfw/patches/objfw-1.1.1.patch
Jonathan Schleifer a688fcc972 objfw: Update to 1.1.1
2024-04-14 21:03:34 +02:00

18 lines
481 B
Diff

Index: objfw-1.1.1/src/OFFileIRIHandler.m
==================================================================
--- objfw-1.1.1/src/OFFileIRIHandler.m
+++ objfw-1.1.1/src/OFFileIRIHandler.m
@@ -1996,10 +1996,11 @@
attributes: [OFDictionary dictionary]
failedAttribute: @""
errNo: errNo];
}
# elif defined(OF_HAIKU)
+ const char *cName = [name cStringWithEncoding: encoding];
int fd;
if ((fd = open(cPath, O_WRONLY)) == -1) {
int errNo = errno;