[SCM] Packaging for the OpenArena engine branch, master, updated. debian/0.8.1-7-18-g4ba1015

Simon McVittie smcv at debian.org
Wed Jul 21 22:49:07 UTC 2010


The following commit has been merged in the master branch:
commit 4ba10157d49188f9fcdf3ab78e681c5055772229
Author: Simon McVittie <smcv at debian.org>
Date:   Wed Jul 21 23:49:01 2010 +0100

    Fix bad format string in patch

diff --git a/debian/patches/0011-Sys_LoadDll-use-FS_FindDll.patch b/debian/patches/0011-Sys_LoadDll-use-FS_FindDll.patch
index 01dbfaf..64b72c0 100644
--- a/debian/patches/0011-Sys_LoadDll-use-FS_FindDll.patch
+++ b/debian/patches/0011-Sys_LoadDll-use-FS_FindDll.patch
@@ -7,7 +7,7 @@ Subject: [PATCH] Sys_LoadDll: use FS_FindDll
  1 files changed, 9 insertions(+), 44 deletions(-)
 
 diff --git a/code/sys/sys_main.c b/code/sys/sys_main.c
-index be9e2f0..c43859d 100644
+index be9e2f0..7fb638b 100644
 --- a/code/sys/sys_main.c
 +++ b/code/sys/sys_main.c
 @@ -350,34 +350,6 @@ void Sys_UnloadDll( void *dllHandle )
@@ -71,7 +71,7 @@ index be9e2f0..c43859d 100644
 -	if(!libHandle && homepath)
 -		libHandle = Sys_TryLibraryLoad(homepath, gamedir, fname, fqpath);
 +	if(!netpath) {
-+		Com_Printf( "Sys_LoadDll(%s) could not find %s\n", fname );
++		Com_Printf( "Sys_LoadDll(%s) could not find it\n", fname );
 +		return NULL;
 +	}
  

-- 
Packaging for the OpenArena engine



More information about the Pkg-games-commits mailing list