r80718 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r80717‎ | r80718 | r80719 >
Date:22:32, 21 January 2011
Author:platonides
Status:deferred
Tags:
Comment:
Be rigorous
Modified paths:
  • /trunk/extensions/NativePreprocessor/nodes.h (modified) (history)

Diff [purge]

Index: trunk/extensions/NativePreprocessor/nodes.h
@@ -215,7 +215,7 @@
216216 /**
217217 * Get the nextSibling value from a node serialized at pointer.
218218 * The nextSibling is a hexadecimal value in bytes 2-7, forming a
219 - * value from 0 to 0x01000000.
 219+ * value in the range [0,0x01000000).
220220 */
221221 static inline int getNextSibling(const char* pointer) {
222222 assert( pointer[2] != '?' );

Status & tagging log