$OpenBSD: patch-source_blender_blenloader_intern_readfile_c,v 1.3 2006/07/26 06:45:27 steven Exp $
--- source/blender/blenloader/intern/readfile.c.orig	Thu Jul 13 13:36:26 2006
+++ source/blender/blenloader/intern/readfile.c	Fri Jul 21 16:51:10 2006
@@ -2277,7 +2277,7 @@ static void lib_link_object(FileData *fd
 				ob->type= OB_EMPTY;
 				warn= 1;
 				if(ob->id.lib) printf("Can't find obdata of %s lib %s\n", ob->id.name+2, ob->id.lib->name);
-				else printf("Object %s lost data. Lib:%x\n", ob->id.name+2, (unsigned int) ob->id.lib);
+				else printf("Object %s lost data. Lib:%lx\n", ob->id.name+2, (unsigned long) ob->id.lib);
 			}
 			for(a=0; a<ob->totcol; a++) ob->mat[a]= newlibadr_us(fd, ob->id.lib, ob->mat[a]);
 
