X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=progs%2Fdump_entry.c;h=eeee5dbb6a04d64dc8a6672fa1f78595bd83f55c;hp=6320f3c1cf9f85e2dccc83ba2100e34dedf38ead;hb=6209b84e2f9cc5a53527760499be2cba5fc4e95c;hpb=396a05943b7da5039dd15d79c4385c7d2a75d6d4 diff --git a/progs/dump_entry.c b/progs/dump_entry.c index 6320f3c1..eeee5dbb 100644 --- a/progs/dump_entry.c +++ b/progs/dump_entry.c @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 1998-2006,2007 Free Software Foundation, Inc. * + * Copyright (c) 1998-2007,2008 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * * copy of this software and associated documentation files (the * @@ -39,7 +39,7 @@ #include "termsort.c" /* this C file is generated */ #include /* so is this */ -MODULE_ID("$Id: dump_entry.c,v 1.81 2007/08/25 20:05:35 tom Exp $") +MODULE_ID("$Id: dump_entry.c,v 1.82 2008/04/19 22:27:04 tom Exp $") #define INDENT 8 #define DISCARD(string) string = ABSENT_STRING @@ -539,6 +539,10 @@ fmt_complex(char *src, int level) params = FALSE; percent = FALSE; break; + case ' ': + strncpy_DYN(&tmpbuf, "\\s", 2); + ++src; + continue; default: percent = FALSE; break;