aboutsummaryrefslogtreecommitdiff
path: root/net/priss/files/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'net/priss/files/patch-ae')
-rw-r--r--net/priss/files/patch-ae11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/priss/files/patch-ae b/net/priss/files/patch-ae
new file mode 100644
index 000000000000..4c5d9334a5a3
--- /dev/null
+++ b/net/priss/files/patch-ae
@@ -0,0 +1,11 @@
+--- RhapServer/RTSPRequestInterface.cpp.orig Sun Feb 27 09:47:18 2000
++++ RhapServer/RTSPRequestInterface.cpp Sun Feb 27 09:47:38 2000
+@@ -501,7 +501,7 @@
+ GetUsersMovieFolderPath(0, &len);
+ if (len)
+ {
+- char* home = malloc(1024);
++ char* home = (char *)malloc(1024);
+ if (FindUsersHome(user, home))
+ {
+ strcat(home, movieDirPath);