[gimp] devel-docs: 0 at end of layer and channel pointer list is a pointer too.



commit 3e967ed02c336ec1a2e0bd6586da71751e5ec79b
Author: Jehan <jehan girinstud io>
Date:   Tue Dec 11 12:51:10 2018 +0100

    devel-docs: 0 at end of layer and channel pointer list is a pointer too.

 devel-docs/xcf.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/devel-docs/xcf.txt b/devel-docs/xcf.txt
index 1feb1660cb..a54764b821 100644
--- a/devel-docs/xcf.txt
+++ b/devel-docs/xcf.txt
@@ -749,11 +749,11 @@ The image structure always starts at offset 0 in the XCF file.
   ,-----------------   Repeat once for each layer, topmost layer first:
   | pointer lptr       Pointer to the layer structure.
   `--
-  uint32   0           Zero marks the end of the array of layer pointers.
+  pointer   0           Zero marks the end of the array of layer pointers.
   ,------------------  Repeat once for each channel, in no particular order:
   | pointer cptr       Pointer to the channel structure.
   `--
-  uint32   0           Zero marks the end of the array of channel pointers.
+  pointer   0           Zero marks the end of the array of channel pointers.
 
 The last 4 characters of the initial 13-character identification string are
 a version indicator. The version will be higher than 3 if the correct


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