summaryrefslogtreecommitdiff
path: root/graphics/yagf/files/patch-src-FileChannel.cpp
diff options
context:
space:
mode:
authorBoris Samorodov <bsam@FreeBSD.org>2009-09-14 16:29:47 +0000
committerBoris Samorodov <bsam@FreeBSD.org>2009-09-14 16:29:47 +0000
commitc5b97e57755db89c7e7b56add0ea421a30e1b2b2 (patch)
tree39a659157ff1842582dec697b0fadc9e8a3d5f85 /graphics/yagf/files/patch-src-FileChannel.cpp
parentc0180be414e7592bbda06381f8e5dffb49806773 (diff)
Notes
Diffstat (limited to 'graphics/yagf/files/patch-src-FileChannel.cpp')
-rw-r--r--graphics/yagf/files/patch-src-FileChannel.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/yagf/files/patch-src-FileChannel.cpp b/graphics/yagf/files/patch-src-FileChannel.cpp
new file mode 100644
index 000000000000..ace4b0a13f9c
--- /dev/null
+++ b/graphics/yagf/files/patch-src-FileChannel.cpp
@@ -0,0 +1,11 @@
+--- src/FileChannel.cpp.orig 2009-09-12 13:08:28.000000000 +0400
++++ src/FileChannel.cpp 2009-09-12 13:08:41.000000000 +0400
+@@ -248,7 +248,7 @@
+
+ QString FileChannel::errorString()
+ {
+- strcpy(lastErrorString, strerror_r(errno, lastErrorString, 0));
++ strcpy(lastErrorString, strerror(errno));
+ return QString(trUtf8(lastErrorString));
+ }
+