X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fobject.c;h=d3e9b9aa4f45c316f2c0cdbed8e630f3d9786014;hb=aac1c6571404bfbf5654a671d66c8ff043f9c9eb;hp=d5e68e74dc0312a4653219f87ac1a2b818e4c0d6;hpb=4283e6d98564c1a273ff7a48d8f55ef54353fe9a;p=libucw.git diff --git a/lib/object.c b/lib/object.c index d5e68e74..d3e9b9aa 100644 --- a/lib/object.c +++ b/lib/object.c @@ -2,6 +2,9 @@ * Sherlock Library -- Object Functions * * (c) 1997--2001 Martin Mares + * + * This software may be freely distributed and used according to the terms + * of the GNU Lesser General Public License. */ #include "lib/lib.h" @@ -100,7 +103,7 @@ obj_write(struct fastbuf *f, struct odes *d) { bputc(f, a->attr); for(z = b->val; *z; z++) - if (*z >= ' ') + if (*z >= ' ' || *z == '\t') bputc(f, *z); else {