Thread (8 messages) flat view 8 messages, 2 authors, 2016-06-15

Re: [PATCH 4/4] streaming filter: ident filter and filter cascading

From: René Scharfe <hidden>
Date: 2016-06-15 22:51:17

Am 21.05.2011 23:05, schrieb René Scharfe:
quoted
+		if (ident->state < sizeof(head) &&
		// minus one because otherwise we'd compare the
		// terminating NUL as well even though we're not
		// actually looking for a NUL
		if (ident->state < sizeof(head) - 1 &&
Possibly, but that doesn't matter, as the right number of characters is
remembered and the second test below is not passed if we sailed past the
NUL.  Sorry for the noise.
quoted
+		    head[ident->state] == ch) {
+			ident->state++;
+			continue;
+		}
+
+		if (ident->state)
+			strbuf_add(&ident->left, head, ident->state);
+		if (ident->state == sizeof(head) - 1) {
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help