X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmhstore.c;h=ea35f8eb288b444f74b2dd3304b6227583f4919a;hb=d0581ba306a7299113a346f9b4c46ce97bc4cef6;hp=cb411d8cb186752cc264281dd69db7d5a6fc05d8;hpb=5aa54cbb20ba640e73e6c9132f9b8c13bec07607;p=mmh diff --git a/uip/mhstore.c b/uip/mhstore.c index cb411d8..ea35f8e 100644 --- a/uip/mhstore.c +++ b/uip/mhstore.c @@ -114,7 +114,7 @@ int make_intermediates(char *); void flush_errors(void); /* mhshowsbr.c */ -int show_content_aux(CT, int, int, char *, char *); +int show_content_aux(CT, int, char *, char *); /* ** static prototypes @@ -924,7 +924,7 @@ store_content(CT ct, CT p) ** content to standard input of a command and return. */ if (buffer[0] == '|' || buffer[0] == '!') - return show_content_aux(ct, 1, 0, buffer + 1, dir); + return show_content_aux(ct, 0, buffer + 1, dir); /* record the filename */ ct->c_storage = getcpy(buffer);