DMARC-Filter: OpenDMARC Filter v1.4.2 delorie.com 4ACLfpnN133120 Authentication-Results: delorie.com; dmarc=none (p=none dis=none) header.from=delorie.com Authentication-Results: delorie.com; spf=pass smtp.mailfrom=delorie.com X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f DMARC-Filter: OpenDMARC Filter v1.4.2 delorie.com 4ACLfo61133106 Authentication-Results: delorie.com; dmarc=pass (p=reject dis=none) header.from=zoho.com Authentication-Results: delorie.com; spf=pass smtp.mailfrom=zoho.com DKIM-Filter: OpenDKIM Filter v2.11.0 delorie.com 4ACLfo61133106 Authentication-Results: delorie.com; dkim=pass (1024-bit key, unprotected) header.d=zoho.com header.i=dufresnep AT zoho DOT com header.a=rsa-sha256 header.s=zm2022 header.b=hWaYwhPq X-Recipient: djgpp AT delorie DOT com ARC-Seal: i=1; a=rsa-sha256; t=1731447706; cv=none; d=zohomail.com; s=zohoarc; b=aFkpJ7LdWlM5IEBEuJi09M3PtjFFJmKzQsjUJIfU5nwatkvWNaJ/P2xaMNivj1IEX8lgF2c+39yLBi4lmOt88ieRXI0njfyQanMHw5HkheASF1gQgckHx1tzVrkuqJEJfJtbVpZKVS82aPdb6EjHTmVY4tjQMZRq7J975nsF+n8= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1731447706; h=Content-Type:Content-Transfer-Encoding:Date:Date:From:From:MIME-Version:Message-ID:Subject:Subject:To:To:Message-Id:Reply-To:Cc; bh=V/tFHI91Ib1KECCyKTzBKzfUr/ClplsmyYJ9sv5JtY4=; b=SmmbDbs1OSVVbM8DQp0fEtznS/jwtDOUqTSz9CwMqjoF34H80YMRJYsPS6sQOcPGxTJGjb1fQ2myhQQDLP9il/jXXU8ekGTotahNAF5iWqRT13/4CKCoocbx6bqUvaeefIwXQp2r/Mhqf4pbtB9PilFyVzfQOJPS4VuPYPHhnGA= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass header.i=zoho.com; spf=pass smtp.mailfrom=dufresnep AT zoho DOT com; dmarc=pass header.from= X-Original-DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1731447706; s=zm2022; d=zoho.com; i=dufresnep AT zoho DOT com; h=Date:Date:From:From:To:To:Message-ID:In-Reply-To:Subject:Subject:MIME-Version:Content-Type:Content-Transfer-Encoding:Feedback-ID:Message-Id:Reply-To:Cc; bh=V/tFHI91Ib1KECCyKTzBKzfUr/ClplsmyYJ9sv5JtY4=; b=hWaYwhPqGOo3Tklvrie2igXp3dkl4FdVBIdX5Wdd2C6rxzUn3zOEi6f/pnVWWQIz q+WjWZN9upmYppQZgfQrvC9D5IZgsTc2LUCJ6sj2Qr17bWDu4WGWHgHAkH544iDNCoF ubMWsQMbd5Qwnb9YQd8AjzuIpLIxQAEW6dg+EF1c= Date: Tue, 12 Nov 2024 16:41:39 -0500 From: "Paul Dufresne (dufresnep AT zoho DOT com) [via djgpp AT delorie DOT com]" To: "djgpp" Message-ID: <193225336d2.dbe1825081379.6157762638201862956@zoho.com> In-Reply-To: Subject: truncated pxc image files inside allegro source binary MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Importance: Medium User-Agent: Zoho Mail X-Mailer: Zoho Mail Feedback-ID: rr08011228bd4e06aee2caafee6cf162ab00001ec095caa021062e5a8b386458d504b9e15f41df812d8cec1310:zu08011227caa9e7e6e0968ca047f700e4000094b81f55b232f953b4d06ce39614f15a638d63a5e35a181a96:rf0801122690a1c72eb913cbd29cd3fd390000c3e55d73e05c54fe0c35e4bb7fcc93a961bc78fb3298cfbb:ZohoMail Reply-To: djgpp AT delorie DOT com http://www.delorie.com/pub/djgpp/current/v2tk/allegro/all422s.zip have in examples directory, allegro.pcx and mysha.pcx that are truncated. Those are used by many examples binaries in: https://www.delorie.com/pub/djgpp/current/v2tk/allegro/all422br2.zip in which they are expected to be present. So already, the separation make it not ideal. https://github.com/liballeg/allegro5/blob/4.2/examples/allegro.pcx and https://github.com/liballeg/allegro5/blob/4.2/examples/mysha.pcx would be the not truncated versions. Because the examples binary files are truncated, it give the feeling that most examples don't work.