]> arthur.barton.de Git - netatalk.git/commit - libatalk/adouble/ad_conv.c
Fix ressource fork name conversion
authorRalph Boehme <sloowfranklin@gmail.com>
Fri, 18 Oct 2013 15:07:41 +0000 (17:07 +0200)
committerRalph Boehme <sloowfranklin@gmail.com>
Fri, 18 Oct 2013 15:07:41 +0000 (17:07 +0200)
commit145e887d405fa335dc7cb045782c876f045d3b3e
tree451ee4cb4d8dfba71e8a465a7ebbb16d54ae8e1a
parent1154c8838177cf4dfd9c85aa47df4ba70335e9cc
Fix ressource fork name conversion

Function was using ad_path() which returns a pointer to a static
string twice in the rename() functions.

Fixes bug #534.
libatalk/adouble/ad_conv.c