]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - hack/hack.options.c
avoid duplicating symbols in libterminfo.
[bsdgames-darwin.git] / hack / hack.options.c
index 7f0789c1dfe5128aac8958959026c2cf1f4d13ea..ff2622a8d72e053bea75c0d9f4bd094c2fb11ae8 100644 (file)
@@ -1,4 +1,4 @@
-/*     $NetBSD: hack.options.c,v 1.10 2009/08/12 07:28:41 dholland Exp $       */
+/*     $NetBSD: hack.options.c,v 1.11 2011/05/23 22:53:25 joerg Exp $  */
 
 /*
  * Copyright (c) 1985, Stichting Centrum voor Wiskunde en Informatica,
@@ -63,7 +63,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: hack.options.c,v 1.10 2009/08/12 07:28:41 dholland Exp $");
+__RCSID("$NetBSD: hack.options.c,v 1.11 2011/05/23 22:53:25 joerg Exp $");
 #endif                         /* not lint */
 
 #include <stdlib.h>
@@ -271,7 +271,7 @@ doset(void)
                        if (*--eop == ',')
                                *eop = 0;
                }
-               pline(buf);
+               pline("%s", buf);
        } else
                parseoptions(buf, FALSE);