aboutsummaryrefslogtreecommitdiffhomepage
path: root/wutil.c
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2005-10-15 10:51:26 +1000
committerGravatar axel <axel@liljencrantz.se>2005-10-15 10:51:26 +1000
commit9298f610f6f26425db36d8727ad533d660a6c5d6 (patch)
tree53c6f257f99c7e35c0975744edf5ca7d4e10818f /wutil.c
parent638df31ca462b032d59bde586254be5f3dc21e35 (diff)
Add support for specifying event handler for calling job in command supstitution. Add psub shellscript function for process substitution
darcs-hash:20051015005126-ac50b-d2aedca3a50a78362502f3fa9dd8bf25cb7dc6e1.gz
Diffstat (limited to 'wutil.c')
-rw-r--r--wutil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wutil.c b/wutil.c
index 4256ba60..23a53d44 100644
--- a/wutil.c
+++ b/wutil.c
@@ -12,6 +12,7 @@
#include <errno.h>
#include <fcntl.h>
#include <wchar.h>
+#include <wctype.h>
#include <string.h>
#include <dirent.h>
#include <stdarg.h>
@@ -240,7 +241,6 @@ static int vgwprintf( void (*writer)(wchar_t),
{
if(*filter == L'%')
{
- int i;
int is_long=0;
int width = -1;
filter++;