Re: [PATCH] fix printf %b without an argument

2016-09-25 Thread Chet Ramey
On 9/23/16 8:10 PM, isabella parakiss wrote: > here's a patch that fixes this problem > > $ printf "<%3s><%3b>" > < ><> Thanks for the report. Chet -- ``The lyf so short, the craft so long to lerne.'' - Chaucer ``Ars longa, vita brevis'' - Hippocrates Chet Ramey, UTech, CWRU

[PATCH] fix printf %b without an argument

2016-09-23 Thread isabella parakiss
here's a patch that fixes this problem $ printf "<%3s><%3b>" < ><> --- xoxo iza From c5ffd55ffa9224dd7919a4d09b27a11308d2152e Mon Sep 17 00:00:00 2001 From: izabera <izaber...@gmail.com> Date: Sat, 24 Sep 2016 02:01:16 +0200 Subject: [PATCH] fix pri