replace SKIPWS with a proper inline func with the right API.
[apps/madmutt.git] / pgp.c
diff --git a/pgp.c b/pgp.c
index 33213bd..bdb78d6 100644 (file)
--- a/pgp.c
+++ b/pgp.c
@@ -211,7 +211,7 @@ static void pgp_copy_clearsigned (FILE * fpin, STATE * s, char *charset)
       break;
 
     if (armor_header) {
-      char *p = str_skip_initws (buf);
+      char *p = vskipspaces(buf);
 
       if (*p == '\0')
         armor_header = 0;