[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#1862: 23.0.60; tar-mode on posix ustar
From: |
Stefan Monnier |
Subject: |
bug#1862: 23.0.60; tar-mode on posix ustar |
Date: |
Thu, 15 Jan 2009 21:39:18 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) |
>> Indeed, the code didn't pay attention to the version field, but
>> incorrectly clipped it out. I've installed a similar fix to yours, just
>> a bit simpler.
> Does tar-rename-entry have to notice the shorter magic-str now too?
> Maybe something like the following, with the happy side effect of no
> longer writing a \0 in the version field, rather digits 00 per posix.
Thanks, installed,
Stefan