[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[MiNT] patch:XaAES:xa_rsrc



----------------------------------------------------------
removed needless boot-log-message
----------------------------------------------------------


--- src.km/xa_rsrc.c	13 Jan 2010 22:19:44 -0000	1.56.2.2
+++ src.km/xa_rsrc.c	3 Feb 2010 23:05:30 -0000
@@ -834,7 +834,6 @@
 		{
 			size = *(unsigned long *)(base + osize);
 		}
-		BLOG((0,"LoadResources:%s: size: (%ld,%ld)", fname, sz, size ));
 		if( size != sz )
 		{
 			DIAG((D_rsrc, client, "LoadResource(): Error loading file (size mismatch)"));
@@ -891,7 +890,9 @@
 	}
 	
 	if (!rscs)
+	{
 		return NULL;
+	}
 
 	fix_chrarray(client, base, (char **)	(base + hdr->rsh_frstr),   hdr->rsh_nstring, &extra_ptr);
 	fix_chrarray(client, base, (char **)	(base + hdr->rsh_frimg),   hdr->rsh_nimages, &extra_ptr);