]> git.cameronkatri.com Git - mandoc.git/blobdiff - man_macro.c
Put mansearch.{h,c}, manpage.c, and compat_ohash.{h,c}
[mandoc.git] / man_macro.c
index d89298e2af5e53f39fb7a2c29502151e4d1fe7b3..782f832223eeb30f945d8edcb68923bff9d52374 100644 (file)
@@ -1,7 +1,8 @@
-/*     $Id: man_macro.c,v 1.78 2013/12/22 13:25:17 schwarze Exp $ */
+/*     $Id: man_macro.c,v 1.80 2013/12/31 23:23:10 schwarze Exp $ */
 /*
  * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
  * Copyright (c) 2012, 2013 Ingo Schwarze <schwarze@openbsd.org>
+ * Copyright (c) 2013 Franco Fichtner <franco@lastsummer.de>
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
@@ -437,7 +438,7 @@ in_line_eoln(MACRO_PROT_ARGS)
         */
 
        if (n != man->last &&
-           mandoc_eos(man->last->string, strlen(man->last->string), 0))
+           mandoc_eos(man->last->string, strlen(man->last->string)))
                man->last->flags |= MAN_EOS;
 
        /*