From 8be040d08908a875e4940bc0288b395c0bab4cef Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Mon, 6 Jul 2009 22:08:45 +0200 Subject: [PATCH] =?UTF-8?q?Bug=20587710=20=E2=80=93=20PAT=20file=20specifi?= =?UTF-8?q?cation=20seems=20to=20have=20a=20wrong=20magic=20number?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix magic number of the GIMP pattern file format in the documentation. --- devel-docs/pat.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel-docs/pat.txt b/devel-docs/pat.txt index b050286e4b..36a869f8bf 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 *