[gimp] Bug 587710 – PAT file specification seems to have a wrong magic number
- From: Sven Neumann <neo src gnome org>
- To: svn-commits-list gnome org
- Subject: [gimp] Bug 587710 – PAT file specification seems to have a wrong magic number
- Date: Mon, 6 Jul 2009 20:12:01 +0000 (UTC)
commit 7a4b05d93dfa83f2254d30c3a6b4e97999869701
Author: Sven Neumann <sven gimp org>
Date: Mon Jul 6 22:08:45 2009 +0200
Bug 587710 â?? PAT file specification seems to have a wrong magic number
Fix magic number of the GIMP pattern file format in the documentation.
devel-docs/pat.txt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/devel-docs/pat.txt b/devel-docs/pat.txt
index b050286..36a869f 100644
--- a/devel-docs/pat.txt
+++ b/devel-docs/pat.txt
@@ -29,7 +29,7 @@ Bytes 16 - 19: bytes
Bytes 20 - 23: magic_number
Type: 32 bit unsigned int
Value: GIMP pattern magic number.
- ('G' << 24) + ('I' << 16) + ('M' << 8) + 'P'
+ ('G' << 24) + ('P' << 16) + ('A' << 8) + 'T'
Bytes 24 - (header_size - 1):
Type: char *
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]