blob: 6f5f5439580ac095e94056cb8e7cb22ef08c9265 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- libopendkim/dkim-canon.c.orig 2015-08-26 08:37:01 UTC
+++ libopendkim/dkim-canon.c
@@ -388,7 +388,7 @@ dkim_canon_header_string(struct dkim_dst
}
/* skip all spaces before first word */
- while (*p != '\0' && DKIM_ISWSP(*p))
+ while (*p != '\0' && DKIM_ISLWSP(*p))
p++;
space = FALSE; /* just saw a space */
|