Skip to content

Commit

Permalink
iOS: removed pack_fopen renaming from liballegro-4.4.2.patch
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-mogilko committed Mar 5, 2017
1 parent 8730845 commit c3d0a02
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions iOS/patches/liballegro-4.4.2.patch
Expand Up @@ -341,19 +341,6 @@ diff -Naur src/digmid.c src/digmid.c
+ return -1;
}


diff -Naur src/file.c src/file.c
--- src/file.c Thu Mar 24 23:18:25 2011
+++ src/file.c Sun Dec 30 08:53:59 2012
@@ -1808,7 +1808,7 @@
* it returns NULL and stores an error code in errno. An attempt to read a
* normal file in packed mode will cause errno to be set to EDOM.
*/
-PACKFILE *pack_fopen(AL_CONST char *filename, AL_CONST char *mode)
+PACKFILE *__old_pack_fopen(AL_CONST char *filename, AL_CONST char *mode)
{
char tmp[1024];
int fd;
diff -Naur src/ios/idrivers.c src/ios/idrivers.c
--- src/ios/idrivers.c Thu Jan 1 00:00:00 1970
+++ src/ios/idrivers.c Sun Dec 30 08:53:59 2012
Expand Down

0 comments on commit c3d0a02

Please sign in to comment.