replace SKIPWS with a proper inline func with the right API.
[apps/madmutt.git] / pgpmicalg.c
index e63c943..7010761 100644 (file)
@@ -84,7 +84,7 @@ static void pgp_dearmor (FILE * in, FILE * out)
   /* skip the armor header */
 
   while ((r = fgets (line, sizeof (line), in)) != NULL) {
-    SKIPWS (r);
+    r = vskipspaces(r);
     if (!*r)
       break;
   }